X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_budget.php;h=b1a7cae559c603a99d3140aeff06e9692116cdaf;hb=b32d16b2c0c6c43e569ebe87e2a13ceb892b5788;hp=cda847c2e29a1487b8e1028a4422692bc882057f;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/gl/gl_budget.php b/gl/gl_budget.php index cda847c2..b1a7cae5 100644 --- a/gl/gl_budget.php +++ b/gl/gl_budget.php @@ -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']);