X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_budget.php;h=6c2ad64b3fc66b6e05833fcf1554957bb78f5ef1;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hp=cc1a5eb48db9d0d84e093edbfa18c3631e7c8907;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/gl/gl_budget.php b/gl/gl_budget.php index cc1a5eb4..6c2ad64b 100644 --- a/gl/gl_budget.php +++ b/gl/gl_budget.php @@ -46,7 +46,6 @@ if (isset($_POST['add']) || isset($_POST['delete'])) else display_notification_centered(_("The Budget has been deleted.")); - //meta_forward($_SERVER['PHP_SELF']); $Ajax->activate('budget_tbl'); } if (isset($_POST['submit']) || isset($_POST['update'])) @@ -71,7 +70,7 @@ if (db_has_gl_accounts()) dimensions_list_row(_("Dimension")." 1", 'dim1', $_POST['dim1'], true, null, false, 1); dimensions_list_row(_("Dimension")." 2", 'dim2', $_POST['dim2'], true, null, false, 2); } - else if ($dim == 1) + elseif ($dim == 1) { dimensions_list_row(_("Dimension"), 'dim1', $_POST['dim1'], true, null, false, 1); hidden('dim2', 0);