<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — A function line misplaced]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7667&amp;type=atom" />
	<updated>2018-08-23T08:21:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7667</id>
		<entry>
			<title type="html"><![CDATA[Re: A function line misplaced]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32519#p32519" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-08-23T08:21:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32519#p32519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: A function line misplaced]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32515#p32515" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-22T15:45:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32515#p32515</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: A function line misplaced]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32487#p32487" />
			<content type="html"><![CDATA[<p>@joe: the whole commit can be reviewed instead of the fixed part alone.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-17T06:10:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32487#p32487</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[A function line misplaced]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32480#p32480" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-16T12:41:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32480#p32480</id>
		</entry>
</feed>
