Fixed Balanced and total amount paid in client listing

This commit is contained in:
johnnyq
2022-02-19 00:14:52 -05:00
parent acf74b13bc
commit b850d913a0
2 changed files with 6 additions and 4 deletions

View File

@@ -881,9 +881,11 @@ $asset_types_array = array(
);
$software_types_array = array(
'Operating System',
'Web App',
'Desktop App',
'SaaS',
'Application',
'Mobile',
'System Software',
'Operating System',
'Other'
);