Removed sparse code line in hooks.inc
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 27 Oct 2017 06:59:58 +0000 (08:59 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 27 Oct 2017 06:59:58 +0000 (08:59 +0200)
includes/hooks.inc

index d2096c17004362352f2c95020d1fad6f45955396..501d4a0f7eb1ca441a103b2d4efc85773e75899d 100644 (file)
@@ -211,7 +211,6 @@ class hooks {
                        return true;
                }
                return array($qoh, 'stockmankobg');
-               return array($line_item->qty_dispatched, 'stockmankobg');
        }
 
 }