Corretta get_int(CG_SOTTOCONTO)
git-svn-id: svn://10.65.10.50/trunk@2954 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7efeae441a
commit
d839399a29
@ -1799,7 +1799,7 @@ bool TPrimanota_application::edit_partite(const TMask& m, int riga)
|
||||
|
||||
const int gruppo = m.get_int(CG_GRUPPO);
|
||||
const int conto = m.get_int(CG_CONTO);
|
||||
const long sottoconto = m.get_int(CG_SOTTOCONTO);
|
||||
const long sottoconto = m.get_long(CG_SOTTOCONTO);
|
||||
TBill b(gruppo, conto, sottoconto, tipo); // Legge il conto della riga selezionata
|
||||
|
||||
// Esci se il conto della riga cliente non e' valido
|
||||
|
Loading…
x
Reference in New Issue
Block a user