cg2100.cpp Corretta indentazione funzioni gestione 770
cg3200.cpp Tolti spazi inutili git-svn-id: svn://10.65.10.50/trunk@4074 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
55bc1aae1c
commit
c370e00c8d
@ -1498,23 +1498,23 @@ bool TPrimanota_application::link_m770()
|
||||
switch (m770)
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
tipo_coll = is_saldaconto() ? 7 : 3;
|
||||
const long forn = calcola_m770(tipo_coll, spese, compenso, imposte, ritenute);
|
||||
if (forn != 0)
|
||||
is_percipient(forn, tipper, codper);
|
||||
else
|
||||
tipo_coll = 7;
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
calcola_m770(tipo_coll = 4, spese, compenso, imposte, ritenute);
|
||||
break;
|
||||
case 6:
|
||||
calcola_m770(tipo_coll = 6, spese, compenso, imposte, ritenute);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
{
|
||||
tipo_coll = is_saldaconto() ? 7 : 3;
|
||||
const long forn = calcola_m770(tipo_coll, spese, compenso, imposte, ritenute);
|
||||
if (forn != 0)
|
||||
is_percipient(forn, tipper, codper);
|
||||
else
|
||||
tipo_coll = 7;
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
calcola_m770(tipo_coll = 4, spese, compenso, imposte, ritenute);
|
||||
break;
|
||||
case 6:
|
||||
calcola_m770(tipo_coll = 6, spese, compenso, imposte, ritenute);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (tipo_coll)
|
||||
|
@ -2419,7 +2419,7 @@ bool TMastrini_application::set_print(int)
|
||||
|
||||
if (_nummast == 1 || _nummast == 3)
|
||||
printer().footerlen(4);
|
||||
else
|
||||
else
|
||||
printer().footerlen(2);
|
||||
|
||||
//Crea il cursore su gruppo, conto e sottoconto del file RMOV
|
||||
|
Loading…
x
Reference in New Issue
Block a user