From c00e6c0f28b8924b088c26814cc303638e8d093a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 15 Aug 2012 16:18:55 +0200 Subject: [PATCH] Location Transfer should not be included in journal_type_list. --- includes/ui/ui_lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 91722536..0240b953 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -1911,7 +1911,7 @@ function journal_types_list_cells($label, $name, $value=null, $submit_on_change= // exclude quotes, orders and dimensions foreach (array(ST_PURCHORDER, ST_WORKORDER, ST_SALESORDER, ST_DIMENSION, - ST_SALESQUOTE) as $excl) + ST_SALESQUOTE, ST_LOCTRANSFER) as $excl) unset($items[$excl]); echo array_selector($name, $value, $items, -- 2.30.2