mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Update more links rearrange Client Overview Side menu to match client side nav, define 0 for the post vars now defined in form. update unbilled tickets report
This commit is contained in:
@@ -12,7 +12,7 @@ $password = encryptLoginEntry(trim($_POST['password']));
|
||||
$otp_secret = sanitizeInput($_POST['otp_secret']);
|
||||
$note = sanitizeInput($_POST['note']);
|
||||
$important = intval($_POST['important'] ?? 0);
|
||||
$contact_id = intval($_POST['contact']);
|
||||
$vendor_id = intval($_POST['vendor']);
|
||||
$asset_id = intval($_POST['asset']);
|
||||
$software_id = intval($_POST['software']);
|
||||
$contact_id = intval($_POST['contact'] ?? 0);
|
||||
$vendor_id = intval($_POST['vendor'] ?? 0);
|
||||
$asset_id = intval($_POST['asset'] ?? 0);
|
||||
$software_id = intval($_POST['software'] ?? 0);
|
||||
|
||||
Reference in New Issue
Block a user