X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=3a34efba66bcd3d8a98af592fb9253775691acd6;hb=6989100b74130784a524b1f941b3ae73f30f663a;hp=f23d736d35779a69956e0477e2e13d9fad46f160;hpb=dd09f71fabc65963aa0abcab5bca3b2b6d6355ae;p=fa-stable.git 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";