mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Added Asset Purchase reference to assets to reference an invoice or PO number
This commit is contained in:
@@ -26,6 +26,7 @@ if (isset($_GET['asset_id'])) {
|
||||
$asset_uri = nullable_htmlentities($row['asset_uri']);
|
||||
$asset_uri_2 = nullable_htmlentities($row['asset_uri_2']);
|
||||
$asset_status = nullable_htmlentities($row['asset_status']);
|
||||
$asset_purchase_reference = nullable_htmlentities($row['asset_purchase_reference']);
|
||||
$asset_purchase_date = nullable_htmlentities($row['asset_purchase_date']);
|
||||
$asset_warranty_expire = nullable_htmlentities($row['asset_warranty_expire']);
|
||||
$asset_install_date = nullable_htmlentities($row['asset_install_date']);
|
||||
@@ -203,8 +204,6 @@ if (isset($_GET['asset_id'])) {
|
||||
|
||||
$software_count = mysqli_num_rows($sql_related_software);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user