projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d53d7a0
)
do.pl: display_form: Hilfsfunktion für Zugriffsrechte verwenden, …
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 7 Mar 2022 10:19:35 +0000
(11:19 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 8 Mar 2022 16:44:27 +0000
(17:44 +0100)
… wie an anderen Stellen auch.
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
7a51a6a
..
9b5943f
100644
(file)
--- 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();