Zbiór zmian 483

Pokaż
Ignoruj:
Data:
2009-03-24 16:24:33 (17 years ago)
Autor:
marek
Opis:

fixes #141

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/ClientsForm.cs

    r470 r483  
    644644                                    command.CommandText += "left join dbo.KONTAKTY K2 on K.CustomerId = K2.CustomerID " + 
    645645                                        "left join dbo.AGENCI A on K.UserName = A.Symbol " + 
    646                                         "group by K.kodKlienta, K.CustomerID, K.FirstName, K.LastName, K.OrganizationName, " + 
     646                                        "group by K.AgentExpo, K.kodKlienta, K.CustomerID, K.FirstName, K.LastName, K.OrganizationName, " + 
    647647                                        "K.Address, K.City, K.State, K.PostalCode, K.Country, K.Nip, K.ContactName, K.PhoneNumber, K.FaxNumber," + 
    648648                                        "K.Note, K.data, K.Adres_Fkatura, K.Adres_Kor, K.Platnik_VAT, K.Aktywny,  " + 
     
    20712071                    PaymentForm2 pf2; 
    20722072                    if (Convert.IsDBNull(row["idWplaty"])) 
    2073                     { 
    20742073                        pf2 = new PaymentForm2(0, Convert.ToInt32(row["ID_FAKTURY"])); 
    2075                     } 
    20762074                    else 
    2077                     { 
    20782075                        pf2 = new PaymentForm2(Convert.ToInt32(row["idWplaty"]), Convert.ToInt32(row["ID_FAKTURY"])); 
    2079                     } 
     2076                     
    20802077                    if (pf2.ShowDialog() == DialogResult.OK) 
    20812078                    { 
     
    25812578        private void cbKontaktTyp_SelectedIndexChanged(object sender, EventArgs e) 
    25822579        { 
     2580            if (sender == null) return; 
    25832581            if (((ToolStripComboBox)(sender)).ComboBox.SelectedItem is DataRowView || kLIENCIBindingSource.Current == null) return; 
    2584  
    25852582 
    25862583            rEKLAMADataSet.KONTAKTY.Clear();