X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fgl_budget.php;h=6357693b174eb9667e206a8053356a1be6e37975;hb=ec09689a87c0b0bac3c24e782ae4e5dfe7a6248e;hp=d9d4dde927b18fdeddd993c6f4eee1bea8b483df;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/gl/gl_budget.php b/gl/gl_budget.php index d9d4dde9..6357693b 100644 --- a/gl/gl_budget.php +++ b/gl/gl_budget.php @@ -1,7 +1,16 @@ . +***********************************************************************/ +$page_security = 'SA_BUDGETENTRY'; +$path_to_root = ".."; include($path_to_root . "/includes/session.inc"); add_js_file('budget.js'); @@ -176,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();