MARX#38468: Werking setting fin_factuur_verlegdmode niet oke.

svn path=/Website/branches/v2016.2/; revision=31714
This commit is contained in:
Maykel Geerdink
2016-11-29 08:32:51 +00:00
parent ae563407aa
commit 13769f2609

View File

@@ -60,7 +60,8 @@ function checkVerlegd()
{
if (tarief_key == btwtabel[j].key)
{
mixed_mode = mixed_mode | (btwtabel[j].verlegd?2:1);
if (btwtabel[j].perc > 0)
mixed_mode = mixed_mode | (btwtabel[j].verlegd?2:1);
continue;
}
}