From: Janusz Dobrowolski Date: Thu, 22 Oct 2009 11:29:13 +0000 (+0000) Subject: Fixed default value for systypes slector. X-Git-Tag: v2.4.2~19^2~1099 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a73365128653d7c172874ec53a6da3b4fac69123;p=fa-stable.git Fixed default value for systypes slector. --- diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index f23d736d..3a34efba 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -1823,7 +1823,8 @@ function systypes_list_cells($label, $name, $value=null, $submit_on_change=false $str = array_selector($name, $value, $systypes_array, array( 'select_submit'=> $submit_on_change, - 'async' => false + 'async' => false, + 'default' => 0 ) ); echo "\n";