Kosmetik.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 18 Jan 2008 15:06:37 +0000 (15:06 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 18 Jan 2008 15:06:37 +0000 (15:06 +0000)
SL/IS.pm

index 77d11d1..0f36f23 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);
         }