Customer Transactions, Allocations and Supplier Transactions, Allocations has got...
[fa-stable.git] / includes / ui / ui_lists.inc
index 45253e32fd01c20585149b7fb935d012d4d7d051..43a4d685b84438a6e3f0786b96697aade6f56daf 100644 (file)
@@ -2145,7 +2145,8 @@ function cust_allocations_list_cells($label, $name, $selected=null, $submit_on_c
                '2'=> _("Unsettled transactions"),
                '3' => _("Payments"),
                '4' => _("Credit Notes"),
-               '5' => _("Delivery Notes")
+               '5' => _("Delivery Notes"),
+               '6' => _("Journal Entries")
        );
        echo array_selector($name, $selected, $allocs, array('select_submit'=> $submit_on_change));
        echo "</td>\n";
@@ -2161,7 +2162,8 @@ function supp_allocations_list_cell($name, $selected=null)
                '2'=> _("Overdue Invoices"),
                '3' => _("Payments"),
                '4' => _("Credit Notes"),
-               '5' => _("Overdue Credit Notes")
+               '5' => _("Overdue Credit Notes"),
+               '6' => _("Journal Entries")
        );
        echo array_selector($name, $selected, $allocs);
        echo "</td>\n";
@@ -2178,7 +2180,8 @@ function supp_transactions_list_cell($name, $selected=null, $submit_on_change=fa
                '2'=> _("Unsettled transactions"),
                '3' => _("Payments"),
                '4' => _("Credit Notes"),
-               '5' => _("Overdue Credit Notes")
+               '5' => _("Overdue Credit Notes"),
+               '7' => _("Journal Entries")
        );
 
        echo array_selector($name, $selected, $allocs, array('select_submit'=> $submit_on_change));