Sostituita dipendenza dal modulo CU con modulo CT
git-svn-id: svn://10.65.10.50/branches/R_10_00@22825 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d5ede53a8f
commit
eb4a944ebc
@ -634,10 +634,10 @@ void TEmissione::print()
|
||||
nomeform = "dse.frm"; // utilizzo quello generico
|
||||
_formdse = new TDistinta_form(nomeform, _firmrel);
|
||||
TForm_item * cup = _formdse->exist_field('B', odd_page , 101);
|
||||
if (cup != NULL && !main_app().has_module(CUAUT))
|
||||
if (cup != NULL && !main_app().has_module(CTAUT))
|
||||
cup->hide();
|
||||
TForm_item * cig = _formdse->exist_field('B', odd_page , 102);
|
||||
if (cig != NULL && !main_app().has_module(CUAUT))
|
||||
if (cig != NULL && !main_app().has_module(CTAUT))
|
||||
cig->hide();
|
||||
enable_dettaglio(*_formdse);
|
||||
_formdse->set_order(tipord);
|
||||
@ -1233,7 +1233,7 @@ void TRiba_file::validate(TCursor& cur,TRecord_text &rec, TToken_string &s, TStr
|
||||
descfatt << ' ' << str.right(2);
|
||||
}
|
||||
}
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
{
|
||||
const TString &cup = effetto.get(EFF_CUP);
|
||||
if (cup.full())
|
||||
|
@ -499,7 +499,7 @@ void TPrint_effetti_app::set_scadenza()
|
||||
(const char *)valuta);
|
||||
}
|
||||
write_bancapp();
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
set_row(3, "@1gCUP @s@25gCIG @s",
|
||||
FLD(LF_EFFETTI, EFF_CUP),
|
||||
FLD(LF_EFFETTI, EFF_CIG));
|
||||
@ -530,7 +530,7 @@ void TPrint_effetti_app::set_banca_app()
|
||||
(const char *)valuta);
|
||||
}
|
||||
write_bancapp();
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
set_row(3,"@1gCUP @s@25gCIG @s",
|
||||
FLD(LF_EFFETTI, EFF_CUP),
|
||||
FLD(LF_EFFETTI, EFF_CIG));
|
||||
@ -561,7 +561,7 @@ void TPrint_effetti_app::set_banca_pre()
|
||||
(const char *)valuta);
|
||||
}
|
||||
write_bancapp();
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
set_row(3, "@1gCUP @s@25gCIG @s",
|
||||
FLD(LF_EFFETTI, EFF_CUP),
|
||||
FLD(LF_EFFETTI, EFF_CIG));
|
||||
@ -598,7 +598,7 @@ void TPrint_effetti_app::set_distinta()
|
||||
set_row(2,"@100g%s", (const char *)TCurrency::get_firm_val());
|
||||
}
|
||||
write_bancapp();
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
set_row(3, "@1gCUP @s@25gCIG @s",
|
||||
FLD(LF_EFFETTI, EFF_CUP),
|
||||
FLD(LF_EFFETTI, EFF_CIG));
|
||||
@ -628,7 +628,7 @@ void TPrint_effetti_app::set_cliente()
|
||||
(const char *)valuta);
|
||||
}
|
||||
write_bancapp();
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
set_row(3, "@1gCUP @s@25gCIG @s",
|
||||
FLD(LF_EFFETTI, EFF_CUP),
|
||||
FLD(LF_EFFETTI, EFF_CIG));
|
||||
|
@ -605,7 +605,7 @@ TRectype& TPE_mask::new_row_effetto(TDistinta& dist, char tipocf, long codcf, co
|
||||
{
|
||||
bool found = true;
|
||||
|
||||
if (main_app().has_module(CUAUT))
|
||||
if (main_app().has_module(CTAUT))
|
||||
{
|
||||
const TString & eff_cup = eff.get(EFF_CUP);
|
||||
found = (cup == eff_cup) && (cig == eff.get(EFF_CIG));
|
||||
|
Loading…
x
Reference in New Issue
Block a user