X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_budget.php;h=6357693b174eb9667e206a8053356a1be6e37975;hb=ea1ac6e8c569745bd4099d47936f6dfe86b8b9d4;hp=ca4927ba51ea6e76a75080240f4e6aadaa199435;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/gl/gl_budget.php b/gl/gl_budget.php index ca4927ba..6357693b 100644 --- a/gl/gl_budget.php +++ b/gl/gl_budget.php @@ -1,16 +1,16 @@ . + See the License here . ***********************************************************************/ -$page_security = 10; -$path_to_root=".."; +$page_security = 'SA_BUDGETENTRY'; +$path_to_root = ".."; include($path_to_root . "/includes/session.inc"); add_js_file('budget.js'); @@ -185,7 +185,7 @@ if (db_has_gl_accounts()) end_table(1); div_end(); submit_center_first('update', _("Update"), '', null); - submit('add', _("Save"), true, '', true); + submit('add', _("Save"), true, '', 'default'); submit_center_last('delete', _("Delete"), '', true); } end_form();