Index: Baza Reklam 2 - Faktury/FacturesFormNEW.cs
===================================================================
--- Baza Reklam 2 - Faktury/FacturesFormNEW.cs (revision 28)
+++ Baza Reklam 2 - Faktury/FacturesFormNEW.cs (revision 37)
@@ -490,7 +490,6 @@
             {
                 DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource.Current;
-
+                
                 int custID = Convert.ToInt32(row["ID_NABYWCY"]);
-
                 ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).pokazKlienta(custID);
 
@@ -498,5 +497,4 @@
 
                 ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).Show();
-
             }   
         }
@@ -512,6 +510,4 @@
                 kodRozliczeniowyToolStripTextBox.Text = User.getUser().Kod_agenta;
             }
-
-          
         }
 
@@ -538,5 +534,5 @@
                             != Convert.ToDecimal(r.Cells["sumaNettoZEmisji"].Value))
                         {
-                            r.DefaultCellStyle.ForeColor = Color.Red;
+                            r.DefaultCellStyle.ForeColor = Color.DarkSlateBlue;
                         }
                     }
