Browse Source

Update app_config.php

FusionPBX 7 years ago
parent
commit
f5357ded18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      invoices/app_config.php

+ 2 - 2
invoices/app_config.php

@@ -129,9 +129,9 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
 		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'purchase order number';
 		$z++;
-		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'invoice_currency_type';
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'invoice_currency';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
-		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'Enter invoice currency type.';
+		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'Enter invoice currency.';
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'invoice_notes';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';