<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — A function line misplaced]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7667</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7667&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in A function line misplaced.]]></description>
		<lastBuildDate>Thu, 23 Aug 2018 08:21:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: A function line misplaced]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32519#p32519</link>
			<description><![CDATA[<p>This item has been rolled back due to new bugs in the fixed solution.</p><p><a href="https://github.com/FrontAccountingERP/FA/commit/83deea7b5eccd2af94b78a3688415871fd92e188">Committed</a> with whitespace fixes.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 23 Aug 2018 08:21:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32519#p32519</guid>
		</item>
		<item>
			<title><![CDATA[Re: A function line misplaced]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32515#p32515</link>
			<description><![CDATA[<p>Looks like a <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=32502#p32502">rollback</a> of this <a href="https://github.com/kvcodes/FA/commit/42751ff1e05ac803548a07d412f4a173cd0e0450">commit</a> is in order if no new workaround is found.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 22 Aug 2018 15:45:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32515#p32515</guid>
		</item>
		<item>
			<title><![CDATA[Re: A function line misplaced]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32487#p32487</link>
			<description><![CDATA[<p>@joe: the whole commit can be reviewed instead of the fixed part alone.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 17 Aug 2018 06:10:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32487#p32487</guid>
		</item>
		<item>
			<title><![CDATA[A function line misplaced]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32480#p32480</link>
			<description><![CDATA[<p>From this <a href="https://github.com/kvcodes/FA/commit/42751ff1e05ac803548a07d412f4a173cd0e0450"> commit</a></p><p>The function was misplaced. It was like this now.</p><p>https://github.com/kvcodes/FA/commit/42751ff1e05ac803548a07d412f4a173cd0e0450 </p><div class="codebox"><pre><code>if ($order-&gt;fixed_asset)
            stock_disposable_fa_list_cells(null,&#039;stock_id&#039;, null, _(&#039;[Select item]&#039;), true, $order-&gt;line_items);
        else
        if (list_updated(&#039;stock_id&#039;)) {
                            sales_items_list_cells(null,&#039;stock_id&#039;, null, false, true, true);</code></pre></div><p>And it should be like this.</p><div class="codebox"><pre><code>if ($order-&gt;fixed_asset)
            stock_disposable_fa_list_cells(null,&#039;stock_id&#039;, null, _(&#039;[Select item]&#039;), true, $order-&gt;line_items);
        else
            sales_items_list_cells(null,&#039;stock_id&#039;, null, false, true, true);
        if (list_updated(&#039;stock_id&#039;)) {                           </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 16 Aug 2018 12:41:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32480#p32480</guid>
		</item>
	</channel>
</rss>
