mirror of https://github.com/itflow-org/itflow
add discount to model
This commit is contained in:
parent
25d2b48542
commit
541bd9e0ca
|
|
@ -2,3 +2,4 @@
|
|||
$date = sanitizeInput($_POST['date']);
|
||||
$category = intval($_POST['category']);
|
||||
$scope = sanitizeInput($_POST['scope']);
|
||||
$invoice_discount = floatval($_POST['invoice_discount']);
|
||||
Loading…
Reference in New Issue