]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/invoice_io.pl
Rechteproblem bei Lieferscheinen behoben.
[mfinanz.git] / bin / mozilla / invoice_io.pl
index 2e9fc5d1c3c489c36dc9908473da53a0357a6107..d947bae232fa29cfa709b18b63f84f77730aad72 100644 (file)
@@ -596,8 +596,9 @@ sub set_pricegroup {
 sub display_form {
   $lxdebug->enter_sub();
 
-  $auth->assert('part_service_assembly_edit | vendor_invoice_edit  | sales_order_edit    | invoice_edit |' .
-                'request_quotation_edit     | sales_quotation_edit | purchase_order_edit');
+  $auth->assert('part_service_assembly_edit   | vendor_invoice_edit       | sales_order_edit    | invoice_edit |' .
+                'request_quotation_edit       | sales_quotation_edit      | purchase_order_edit | '.
+                'purchase_delivery_order_edit | sales_delivery_order_edit');
 
   relink_accounts();
   retrieve_partunits() if ($form->{type} =~ /_delivery_order$/);