From: Joe Hunt Date: Wed, 15 Aug 2012 14:18:55 +0000 (+0200) Subject: Location Transfer should not be included in journal_type_list. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=c00e6c0f28b8924b088c26814cc303638e8d093a;p=fa-stable.git Location Transfer should not be included in journal_type_list. --- 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,