From: Janusz Dobrowolski Date: Fri, 27 Oct 2017 06:59:58 +0000 (+0200) Subject: Removed sparse code line in hooks.inc X-Git-Tag: v2.4.3~19 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=5c2b576cebcb6bf59a23d4f49b7362003f8d1bf1 Removed sparse code line in hooks.inc --- diff --git a/includes/hooks.inc b/includes/hooks.inc index d2096c17..501d4a0f 100644 --- a/includes/hooks.inc +++ b/includes/hooks.inc @@ -211,7 +211,6 @@ class hooks { return true; } return array($qoh, 'stockmankobg'); - return array($line_item->qty_dispatched, 'stockmankobg'); } }