Added Asset Purchase reference to assets to reference an invoice or PO number

This commit is contained in:
johnnyq
2025-02-18 17:22:22 -05:00
parent 43b50c44b1
commit d8955f1f2d
9 changed files with 53 additions and 25 deletions

View File

@@ -24,6 +24,7 @@ $physical_location = sanitizeInput($_POST['physical_location']);
$vendor = intval($_POST['vendor']);
$contact = intval($_POST['contact']);
$network = intval($_POST['network']);
$purchase_reference = sanitizeInput($_POST['purchase_reference']);
$purchase_date = sanitizeInput($_POST['purchase_date']);
if (empty($purchase_date)) {
$purchase_date = "NULL";