Update quadri_detail.php
This commit is contained in:
parent
bfd954b91e
commit
c2c434ab7f
@ -116,7 +116,7 @@ if (empty($min)) {
|
||||
|
||||
// Define modetax (0 or 1)
|
||||
// 0=normal, 1=option vat for services is on debit, 2=option on payments for products
|
||||
$modetax = (!empty($conf->global->TAX_MODE) ? $conf->global->TAX_MODE : 0);
|
||||
$modetax = (empty($conf->global->TAX_MODE) ? 0 : $conf->global->TAX_MODE);
|
||||
if (GETPOSTISSET("modetax")) {
|
||||
$modetax = GETPOSTINT("modetax");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user