mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Removed Single Link Vendor Login and single link software login. These are unused will be moved to multi to multi relationship, also added vendor_id to software to reference a vendor
This commit is contained in:
@@ -13,6 +13,4 @@ $otp_secret = sanitizeInput($_POST['otp_secret']);
|
||||
$note = sanitizeInput($_POST['note']);
|
||||
$important = intval($_POST['important'] ?? 0);
|
||||
$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