X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=8104f1729beffb9a2a146bf8cabd56fd3c70e97e;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=1b6d063b9a96e70b4ac9fdd7c995845de9236a7e;hpb=d2bd6087025dfd8497777f6ce2305ff98879473a;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 1b6d063b..8104f172 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -1,15 +1,15 @@ . + See the License here . ***********************************************************************/ -$page_security = 15; +$page_security = 'SA_PRINTERS'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -142,7 +142,7 @@ text_row(_("Timeout").':', 'tout', null, 5, 5); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form();