mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
5 lines
183 B
PHP
5 lines
183 B
PHP
<?php
|
|
$date = sanitizeInput($_POST['date']);
|
|
$category = intval($_POST['category']);
|
|
$scope = sanitizeInput($_POST['scope']);
|
|
$invoice_discount = floatval($_POST['invoice_discount']); |