Cambiato nome campo ART74/4 in ART74_4

git-svn-id: svn://10.65.10.50/trunk@1992 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-10-24 10:34:55 +00:00
parent 318b0d683e
commit 5d597ccaef
2 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,7 @@ bool TLiquidazione_app::user_create()
atts.put("CODATT", attprev);
if (atts.read() != NOERR) atts.zero();
// istanzia benzinaro
_isbenzinaro = atts.get_bool("ART74/4");
_isbenzinaro = atts.get_bool("ART74_4");
// riaggiusta relazione
_nditte->read();

View File

@ -103,7 +103,7 @@ bool TLiquidazione_app::extract_deleghe()
if (is_month_ok_strict(_month) || _month == 13)
{
_isbenzinaro = _nditte->curr(LF_ATTIV).get_bool("ART74/4");
_isbenzinaro = _nditte->curr(LF_ATTIV).get_bool("ART74_4");
bool mens = _freqviva == "M";
//_isannual = (_month == 12 && !mens && !_isbenzinaro) ||
// (_month == 13 && (mens || _isbenzinaro));
@ -354,7 +354,7 @@ bool TLiquidazione_app::recalc_acconti(real& inf, real& ina)
TApplication::set_firm(_nditte->curr().get_long("CODDITTA"));
_isbenzinaro = _nditte->curr(LF_ATTIV).get_bool("ART74/4");
_isbenzinaro = _nditte->curr(LF_ATTIV).get_bool("ART74_4");
look_lia();
_freqviva = _lia->get("S7");
@ -422,7 +422,7 @@ bool TLiquidazione_app::recalc_acconto(real& inf, real& ina)
atts.put("CODDITTA", codd);
atts.put("CODATT", attprev);
if (atts.read() != NOERR) atts.zero();
if (atts.get_bool("ART74/4")) // e' proprio un gran benzinaro
if (atts.get_bool("ART74_4")) // e' proprio un gran benzinaro
{
TConfig cnf(CONFIG_DITTA, "cg");
history = cnf.get_bool("GesT74") ? mm : tt;