<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Issue to allocate suppliers payment 2.2.9 release]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1371&amp;type=atom" />
	<updated>2010-06-08T08:04:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1371</id>
		<entry>
			<title type="html"><![CDATA[Re: Issue to allocate suppliers payment 2.2.9 release]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6157#p6157" />
			<content type="html"><![CDATA[<p>This bug was already fixed in main CVS, to be relea with 2.2.10. Ad hoc solution you will find <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=6127#p6127">here</a>.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-08T08:04:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6157#p6157</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Issue to allocate suppliers payment 2.2.9 release]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6152#p6152" />
			<content type="html"><![CDATA[<p>We found an issue trying to allocate supplier&#039;s payments into the new release 2.2.9, I&#039;m sending the diff result between 2.2.8 and 2.2.9 files</p><p>diff -u -B -b includes/ui/allocation_cart.inc ../downloads/frontaccount-2.2.9/includes/ui/allocation_cart.inc--- includes/ui/allocation_cart.inc 2009-12-04 11:59:20.000000000 -0600+++ ../downloads/frontaccount-2.2.9/includes/ui/allocation_cart.inc 2010-05-24 23:01:48.000000000 -0500@@ -274,7 +274,7 @@amount_cells(null, &quot;amount&quot; . $counter, price_format(&#039;amount&#039; . $counter)); $un_allocated = round($alloc_item-&gt;amount - $alloc_item-&gt;amount_allocated, 6);- amount_cell($un_allocated);+ amount_cell($un_allocated, false,&#039;&#039;, &#039;maxval&#039;.$counter);label_cell(&quot;&lt;a href=&#039;#&#039; name=Alloc$counter onclick=&#039;allocate_all(this.name.substr(5));return true;&#039;&gt;&quot;. _(&quot;All&quot;) . &quot;&lt;/a&gt;&quot;);label_cell(&quot;&lt;a href=&#039;#&#039; name=DeAll$counter onclick=&#039;allocate_none(this.name.substr(5));return true;&#039;&gt;&quot;@@ -332,7 +332,9 @@amount left to be allocated against the transaction under review */if (input_num(&#039;amount&#039; . $counter) &gt; get_post(&#039;un_allocated&#039; . $counter)){- //$_POST[&#039;amount&#039; . $counter] = $_POST[&#039;un_allocated&#039; . $counter];+ display_error(_(&quot;At least one transaction is overallocated.&quot;));+ set_focus(&#039;amount&#039;.$counter);+ return false;} $_SESSION[&#039;alloc&#039;]-&gt;allocs[$counter]-&gt;current_allocated = input_num(&#039;amount&#039; . $counter);</p>]]></content>
			<author>
				<name><![CDATA[ltirado]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=923</uri>
			</author>
			<updated>2010-06-08T03:27:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6152#p6152</id>
		</entry>
</feed>
