[0001174] Adding bank account tnumber to customer branch record.
[fa-stable.git] / includes / sysnames.inc
index 10f05518ff41f6c3e37b9aef04e8ae057b92c0bf..c14cccd63f7f428bcd7e8ca1392bbed15ba61db4 100644 (file)
@@ -16,7 +16,7 @@
 //
 global $systypes_array, $bank_account_types, $bank_transfer_types, 
        $payment_person_types, $wo_types_array, $wo_cost_types, $class_types,
-       $quick_actions, $quick_entry_types, $stock_types, $tag_types;
+       $quick_actions, $quick_entry_types, $stock_types, $tag_types, $bank_owner;
 
 $systypes_array = array (
        ST_JOURNAL => _("Journal Entry"),
@@ -188,5 +188,13 @@ $tax_algorithms = array(
        TCA_LINES => _("Sum per line taxes"), 
        TCA_TOTALS => _("Taxes from totals")
 );
+//----------------------------------------------------------------------------------
+
+$bank_owner_types = array(
+       BO_UNKNOWN => _("Unknown"),
+       BO_COMPANY => _("Company"),
+       BO_CUSTBRANCH => _("Customer"),
+       BO_SUPPLIER => _("Supplier")
+);
 
 ?>
\ No newline at end of file