]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Order.pm
Auftrags-Controller: Typo im Kommentar
[kivitendo-erp.git] / SL / Controller / Order.pm
index 8a4f245a12efc1dbeeceefe381247aea99e3c406..79e4ee83470ce45609943eb3fd1ca9c66b76d6ce 100644 (file)
@@ -306,7 +306,7 @@ sub action_add_item {
   }
 
   # bb: not sure but: maybe there should be a $price_source->discount_from_source
-  # which can alse return an empty_discout if source is "".
+  # which can also return an empty_discout if source is "".
   my $discount;
   my $discount_src;
   if ($item->discount) {