Patch level : 10.0 358
Files correlati : cg2.exe Ricompilazione Demo : [ ] Commento Aggiornato conto cliente sulle scadenze git-svn-id: svn://10.65.10.50/trunk@19082 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a56ce8d7d8
commit
cf205aa839
@ -974,6 +974,14 @@ void TPrimanota_application::write_scadenze(const TMask& m)
|
||||
partita.put(PART_CODCAUS, codcaus);
|
||||
partita.put(PART_REG, causale().reg().name());
|
||||
partita.put(PART_SEZ, sezione);
|
||||
|
||||
if (clifo.gruppo() != partita.get_int(PART_GRUPPOCL) ||
|
||||
clifo.conto() != partita.get_int(PART_CONTOCL))
|
||||
{
|
||||
partita.put(PART_GRUPPOCL, clifo.gruppo());
|
||||
partita.put(PART_CONTOCL, clifo.conto());
|
||||
}
|
||||
|
||||
if (iva() != nessuna_iva)
|
||||
partita.put(PART_PROTIVA, m.get_long(F_PROTIVA));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user