mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Client Asset Status functionality need to work on the names
This commit is contained in:
@@ -86,7 +86,6 @@ $config_currency_format = "US_en";
|
||||
// Theme
|
||||
$config_enable_dark_mode = "dark_mode";
|
||||
|
||||
|
||||
$colors_array = array(
|
||||
'green',
|
||||
'olive',
|
||||
@@ -921,4 +920,11 @@ $document_types_array = array(
|
||||
'2'=>'Global Template'
|
||||
);
|
||||
|
||||
$asset_status_array = array(
|
||||
'In Storage',
|
||||
'In Use',
|
||||
'In Service',
|
||||
'Retired'
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user