X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprinters.php;h=8104f1729beffb9a2a146bf8cabd56fd3c70e97e;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=227c1d65b6ee706a02115ce34109358c9f832d00;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/admin/printers.php b/admin/printers.php index 227c1d65..8104f172 100644 --- a/admin/printers.php +++ b/admin/printers.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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();