Pokaż
Ignoruj:
Data:
2008-12-30 21:16:18 (17 years ago)
Autor:
dorota
Opis:

poprawka konta

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/FacturesFormNEW.cs

    r28 r37  
    490490            { 
    491491                DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource.Current; 
    492  
     492                 
    493493                int custID = Convert.ToInt32(row["ID_NABYWCY"]); 
    494  
    495494                ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).pokazKlienta(custID); 
    496495 
     
    498497 
    499498                ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).Show(); 
    500  
    501499            }    
    502500        } 
     
    512510                kodRozliczeniowyToolStripTextBox.Text = User.getUser().Kod_agenta; 
    513511            } 
    514  
    515            
    516512        } 
    517513 
     
    538534                            != Convert.ToDecimal(r.Cells["sumaNettoZEmisji"].Value)) 
    539535                        { 
    540                             r.DefaultCellStyle.ForeColor = Color.Red; 
     536                            r.DefaultCellStyle.ForeColor = Color.DarkSlateBlue; 
    541537                        } 
    542538                    }