Zbiór zmian 52 dla Baza Reklam 2 - Faktury/Facturer.cs
- Data:
- 2009-01-05 20:53:38 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/Facturer.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/Facturer.cs
r28 r52 53 53 wystawFaktureButton.Enabled = false; 54 54 wystawProformeButton.Enabled = false; 55 usunButton.Enabled = true & User.getUser().St_kierownik;55 // usunButton.Enabled = true & User.getUser().St_kierownik; 56 56 57 57 nUMER_ROZTextBox.Text = Utils.tagAgenta(row["SYMBOL AKWIZYTORA"].ToString()); … … 93 93 wystawFaktureButton.Enabled = true; 94 94 wystawProformeButton.Enabled = true; 95 usunButton.Enabled = false;95 // usunButton.Enabled = false; 96 96 97 97 // iD_KONTAComboBox.SelectedIndex = 0; … … 584 584 wystawFaktureButton.Enabled = true; 585 585 wystawProformeButton.Enabled = true; 586 usunButton.Enabled = false;586 // usunButton.Enabled = false; 587 587 } 588 588 }
