X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=43a4d685b84438a6e3f0786b96697aade6f56daf;hb=ee0dff4cdf462ac0476531181ad61ff7f9db1c6c;hp=45253e32fd01c20585149b7fb935d012d4d7d051;hpb=aec1717f263bf767543afa6bd0cb960ce53e0a0d;p=fa-stable.git diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 45253e32..43a4d685 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -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 "\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 "\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));