mirror of
https://github.com/itflow-org/itflow
synced 2026-03-13 01:04:50 +00:00
Update Var naming schemes to match the post var name
This commit is contained in:
@@ -76,7 +76,7 @@ if (isset($_POST['add_recurring_invoice'])) {
|
||||
|
||||
enforceUserPermission('module_sales', 2);
|
||||
|
||||
$client_id = intval($_POST['client']);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
$frequency = sanitizeInput($_POST['frequency']);
|
||||
$start_date = sanitizeInput($_POST['start_date']);
|
||||
$category = intval($_POST['category']);
|
||||
|
||||
Reference in New Issue
Block a user