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)
|
switch (m770)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
tipo_coll = is_saldaconto() ? 7 : 3;
|
tipo_coll = is_saldaconto() ? 7 : 3;
|
||||||
const long forn = calcola_m770(tipo_coll, spese, compenso, imposte, ritenute);
|
const long forn = calcola_m770(tipo_coll, spese, compenso, imposte, ritenute);
|
||||||
if (forn != 0)
|
if (forn != 0)
|
||||||
is_percipient(forn, tipper, codper);
|
is_percipient(forn, tipper, codper);
|
||||||
else
|
else
|
||||||
tipo_coll = 7;
|
tipo_coll = 7;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
calcola_m770(tipo_coll = 4, spese, compenso, imposte, ritenute);
|
calcola_m770(tipo_coll = 4, spese, compenso, imposte, ritenute);
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
calcola_m770(tipo_coll = 6, spese, compenso, imposte, ritenute);
|
calcola_m770(tipo_coll = 6, spese, compenso, imposte, ritenute);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tipo_coll)
|
if (tipo_coll)
|
||||||
|
@ -2419,7 +2419,7 @@ bool TMastrini_application::set_print(int)
|
|||||||
|
|
||||||
if (_nummast == 1 || _nummast == 3)
|
if (_nummast == 1 || _nummast == 3)
|
||||||
printer().footerlen(4);
|
printer().footerlen(4);
|
||||||
else
|
else
|
||||||
printer().footerlen(2);
|
printer().footerlen(2);
|
||||||
|
|
||||||
//Crea il cursore su gruppo, conto e sottoconto del file RMOV
|
//Crea il cursore su gruppo, conto e sottoconto del file RMOV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user