]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IS.pm
Weitere, nicht ganz so behutsame Codesaeuberungen.
[kivitendo-erp.git] / SL / IS.pm
index 77d11d193a0b1e5d29af6345c55a6e9d02a99339..0f36f2363f7653cec64000a940d4697d0a8980bc 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -648,6 +648,7 @@ sub post_invoice {
         if ($form->{"assembly_$i"}) {
           # record assembly item as allocated
           &process_assembly($dbh, $form, $form->{"id_$i"}, $baseqty);
+
         } else {
           $allocated = &cogs($dbh, $form, $form->{"id_$i"}, $baseqty, $basefactor, $i);
         }