FIX #6476
This commit is contained in:
parent
85518c6a54
commit
ea08c929c0
@ -82,10 +82,8 @@ if (empty($date_start) || empty($date_end)) {// We define date_start and date_en
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$min = GETPOST("min");
|
$min = price2num(GETPOST("min"));
|
||||||
if (empty($min)) {
|
if (empty($min)) $min = 0;
|
||||||
$min = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Define modetax (0 or 1)
|
// Define modetax (0 or 1)
|
||||||
// 0=normal, 1=option vat for services is on debit
|
// 0=normal, 1=option vat for services is on debit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user