Browse Source

Update app_config.php

FusionPBX 7 năm trước cách đây
mục cha
commit
f5357ded18
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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]['type'] = 'text';
 		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'purchase order number';
 		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'purchase order number';
 		$z++;
 		$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]['type'] = 'text';
-		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'Enter invoice currency type.';
+		$apps[$x]['db'][$y]['fields'][$z]['description'] = 'Enter invoice currency.';
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'invoice_notes';
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'invoice_notes';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';