git-svn-id: svn://10.65.10.50/branches/R_10_00@23097 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1b2a9ea787
commit
61bd326fe7
@ -1647,7 +1647,8 @@ bool TPrimanota_application::iva_notify(TSheet_field& iva, int r, KEY k)
|
||||
|
||||
TMask& m = a.curr_mask();
|
||||
|
||||
if (m.get_int(F_ANNOIVA) >= 2015 && a.clifo() == 'C') // Controllo split-payment
|
||||
// Controllo split-payment (dalla versione 12)
|
||||
if (m.get_int(F_ANNOIVA) >= 2015 && a.clifo() == 'C' && a.get_version() >= 12)
|
||||
{
|
||||
const int r_norm = type2pos('D');
|
||||
const int r_split = type2pos('1');
|
||||
|
Loading…
x
Reference in New Issue
Block a user