Modifiche per Enrica; ignoro il perche' di tutti questi files
git-svn-id: svn://10.65.10.50/trunk@1594 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e1a11db75e
commit
5be54e7198
@ -147,7 +147,7 @@ bool TLiquidazione_app::update_firm(int month, bool recalc)
|
||||
|
||||
look_lim(liq_month(month), TRUE);
|
||||
|
||||
if (_isregis && _lim->get_bool("B1") && _month != 13)
|
||||
if (_isfinal && _lim->get_bool("B1") && _month != 13)
|
||||
return TRUE;
|
||||
|
||||
TConfig cnf(CONFIG_DITTA, "cg");
|
||||
@ -1578,6 +1578,8 @@ void TLiquidazione_app::write_liq(int month, const char* codatts)
|
||||
TString s7 = _lim->get("S7");
|
||||
TString s0 = _lim->get("S0");
|
||||
TString s1 = _lim->get("S1");
|
||||
bool wasb0 = _lim->get_bool("B0");
|
||||
bool wasb1 = _lim->get_bool("B1");
|
||||
|
||||
_lim->zero();
|
||||
_lim->put("CODTAB", codtab);
|
||||
@ -1586,6 +1588,8 @@ void TLiquidazione_app::write_liq(int month, const char* codatts)
|
||||
_lim->put("S0", s0);
|
||||
_lim->put("S1", s1);
|
||||
_lim->put("S7", s7);
|
||||
_lim->put("B0", wasb0 ? "X" : "");
|
||||
_lim->put("B1", wasb1 ? "X" : "");
|
||||
|
||||
/*
|
||||
* versamenti effettuati: si conteggiano in R0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user