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)
Post's attachments

po_class.patch.zip 439 b, 2 downloads since 2013-03-02 

You don't have the permssions to download the attachments of this post.

Re: purchasing/includes/po_class.inc patch

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

Re: purchasing/includes/po_class.inc patch

Thanks Joe. HG Changeset 3195 does the job.