Patch level : 12.0 nopatch
Files correlati :
This commit is contained in:
parent
bb7ba36dac
commit
239ff28186
@ -1102,11 +1102,11 @@ void TRic_tab::ricevi_movPN(const TString& key, char uselab)
|
|||||||
_sld.set_data_ulmov(datareg);
|
_sld.set_data_ulmov(datareg);
|
||||||
|
|
||||||
const char movap = ricerca_causale(codcaus);
|
const char movap = ricerca_causale(codcaus);
|
||||||
if (movap == 'A')
|
tiposal tsal = saldo_normale;
|
||||||
_sld.set_tipo_saldo(apertura);
|
|
||||||
else if (movap == 'C')
|
|
||||||
_sld.set_tipo_saldo(chiusura);
|
|
||||||
|
|
||||||
|
if (codcaus.full())
|
||||||
|
tsal = cached_causale(codcaus, annoes).tipo_saldo();
|
||||||
|
_sld.set_tipo_saldo(tsal);
|
||||||
scrivi_righePN(nreg);
|
scrivi_righePN(nreg);
|
||||||
|
|
||||||
_sld.registra();
|
_sld.registra();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user