X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_budget.php;h=6c2ad64b3fc66b6e05833fcf1554957bb78f5ef1;hb=refs%2Fheads%2Fmaster;hp=585be9b4b469a82b0d6eae051d1731b291e16691;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/gl/gl_budget.php b/gl/gl_budget.php index 585be9b4..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); @@ -140,4 +139,3 @@ end_form(); end_page(); -?>