]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/RequirementSpecVersion.pm
PriceRule: Waren auch im Einkauf zulassen.
[kivitendo-erp.git] / SL / Controller / RequirementSpecVersion.pm
index e1d737ddb9f98bd18ee4c2754c7c157819c49c6d..eab34d64e1410c407188af0d99fdf624c76a2300 100644 (file)
@@ -95,7 +95,7 @@ sub action_create {
 
 sub check_auth {
   my ($self, %params) = @_;
-  $::auth->assert('sales_quotation_edit');
+  $::auth->assert('requirement_spec_edit');
 }
 
 #