From 51a586e7fce096525d476919e809945a04dcf2ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 7 Mar 2022 11:19:35 +0100 Subject: [PATCH] =?utf8?q?do.pl:=20display=5Fform:=20Hilfsfunktion=20f?= =?utf8?q?=C3=BCr=20Zugriffsrechte=20verwenden,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … wie an anderen Stellen auch. --- bin/mozilla/do.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 7a51a6a48..9b5943f5b 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -1792,7 +1792,7 @@ sub mark_closed { sub display_form { $::lxdebug->enter_sub; - $::auth->assert('purchase_delivery_order_edit | sales_delivery_order_edit'); + check_do_access(); relink_accounts(); retrieve_partunits(); -- 2.20.1