<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — purchasing/includes/po_class.inc patch]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3911&amp;type=atom" />
	<updated>2013-03-05T14:22:14Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3911</id>
		<entry>
			<title type="html"><![CDATA[Re: purchasing/includes/po_class.inc patch]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15896#p15896" />
			<content type="html"><![CDATA[<p>Thanks Joe. <a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/changeset/ade291c48da2">HG Changeset 3195</a> does the job.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-05T14:22:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15896#p15896</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: purchasing/includes/po_class.inc patch]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15869#p15869" />
			<content type="html"><![CDATA[<p>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.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-03-02T19:37:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15869#p15869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[purchasing/includes/po_class.inc patch]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15857#p15857" />
			<content type="html"><![CDATA[<p>Line 58 in <strong>purchasing/includes/po_class.inc</strong> :<br /></p><div class="codebox"><pre><code>        if ($qty != 0 &amp;&amp; isset($qty))</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>        if ( isset($qty) &amp;&amp; $qty != 0)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-02T16:57:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15857#p15857</id>
		</entry>
</feed>
