Topic: purchasing/includes/po_class.inc patch
Line 58 in purchasing/includes/po_class.inc :
if ($qty != 0 && isset($qty))
should be:
if ( isset($qty) && $qty != 0)
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Report Bugs here → purchasing/includes/po_class.inc patch
Line 58 in purchasing/includes/po_class.inc :
if ($qty != 0 && isset($qty))
should be:
if ( isset($qty) && $qty != 0)
Please put threads like this under Report Bugs subforum. Such technical details are probably out of interest of people looking for advice in other forums. Moved.
Janusz
Thanks Joe. HG Changeset 3195 does the job.
FrontAccounting forum → Report Bugs here → purchasing/includes/po_class.inc patch
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.