Patch level : 12.0 no-patch

Files correlati     :
Commento            :

Ripristino Custom Cigno
This commit is contained in:
Alessandro Bonazzi 2020-12-16 00:37:52 +01:00
parent 3e14f93cf8
commit 7f806261bf

View File

@ -190,7 +190,7 @@ void TRimfin_app::create_mov(const TString& codcaus, const TDate& datareg, TStri
saldo.set_data_ulmov(datareg);
saldo.set_movimentato(true);
saldo.set_movprovv(false);
saldo.set_tipo_saldo(normale);
saldo.set_tipo_saldo(saldo_normale);
for (int i = 0; i < mov.cg_items(); i++)
saldo.aggiorna(mov.cg(i));
saldo.registra();