Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / gl / gl_budget.php
index cda847c2e29a1487b8e1028a4422692bc882057f..b1a7cae559c603a99d3140aeff06e9692116cdaf 100644 (file)
@@ -144,7 +144,7 @@ if (db_has_gl_accounts())
                label_cell($date_);     
                if (!isset($_POST['amount'.$i]))
                        $_POST['amount'.$i] = '0';
-               amount_cells(null, 'amount'.$i, null, 15);
+               amount_cells(null, 'amount'.$i, null, 15, null, 0);
                if ($showdims)
                {
                        $d = get_budget_trans_from_to($date_, $date_, $_POST['account'], $_POST['dim1'], $_POST['dim2']);