mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
add discount to model
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
$date = sanitizeInput($_POST['date']);
|
||||
$category = intval($_POST['category']);
|
||||
$scope = sanitizeInput($_POST['scope']);
|
||||
$invoice_discount = floatval($_POST['invoice_discount']);
|
||||
Reference in New Issue
Block a user