mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00:00
Added Asset Purchase reference to assets to reference an invoice or PO number
This commit is contained in:
@@ -375,6 +375,7 @@ if (mysqli_num_rows($os_sql) > 0) {
|
||||
$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']);
|
||||
if ($asset_purchase_date) {
|
||||
$asset_purchase_date_display = $asset_purchase_date;
|
||||
|
||||
Reference in New Issue
Block a user