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:
7db5b95
)
check_name() kann auch von der Lieferscheinbearbeitung aus aufgerufen werden.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 08:01:32 +0000
(08:01 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 08:01:32 +0000
(08:01 +0000)
bin/mozilla/arap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/arap.pl
b/bin/mozilla/arap.pl
index
8971da5
..
3ab764c
100644
(file)
--- a/
bin/mozilla/arap.pl
+++ b/
bin/mozilla/arap.pl
@@
-49,8
+49,9
@@
require "bin/mozilla/common.pl";
sub check_name {
$lxdebug->enter_sub();
- $auth->assert('general_ledger | vendor_invoice_edit | sales_order_edit | invoice_edit |' .
- 'request_quotation_edit | sales_quotation_edit | purchase_order_edit | cash');
+ $auth->assert('general_ledger | vendor_invoice_edit | sales_order_edit | invoice_edit |' .
+ 'request_quotation_edit | sales_quotation_edit | purchase_order_edit | cash |' .
+ 'purchase_delivery_order_edit | sales_delivery_order_edit');
my ($name) = @_;