<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Error line break on supplier_list_cells when label is set to null]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7703</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7703&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error line break on supplier_list_cells when label is set to null.]]></description>
		<lastBuildDate>Sat, 15 Sep 2018 08:26:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error line break on supplier_list_cells when label is set to null]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32663#p32663</link>
			<description><![CDATA[<p>This has been fixed and <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_lists.inc">committed</a>.<br />Thanks guys.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 15 Sep 2018 08:26:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32663#p32663</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error line break on supplier_list_cells when label is set to null]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32662#p32662</link>
			<description><![CDATA[<p>You are great guys! Will fix this later.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 14 Sep 2018 16:20:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32662#p32662</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error line break on supplier_list_cells when label is set to null]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32660#p32660</link>
			<description><![CDATA[<p>True, But we mostly use supplier list cell with label. May be it will help to improve the code issues. if someone uses without label..<br />Instead of <br /></p><div class="codebox"><pre><code>echo &quot;&lt;td&gt;$label&lt;/td&gt;&lt;td&gt;\n&quot;;</code></pre></div><p>Replace with <br /></p><div class="codebox"><pre><code> echo &quot;&lt;td&gt;$label&lt;/td&gt;\n&quot;;
        echo &quot;&lt;td&gt;&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 14 Sep 2018 15:18:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32660#p32660</guid>
		</item>
		<item>
			<title><![CDATA[Error line break on supplier_list_cells when label is set to null]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32659#p32659</link>
			<description><![CDATA[<p>If call function <strong>supplier_list_cells</strong> with label set to null then the inactive check cell will be pushed down.<br />This can be tested on supplier.php with label modified to null on line 292.<br />Solution: function supplier_list_cells of ui_list.inc should be<br /></p><div class="codebox"><pre><code>function supplier_list_cells($label, $name, $selected_id=null, $all_option=false, 
    $submit_on_change=false, $all=false, $editkey = false)
{
    if ($label != null)
        echo &quot;&lt;td&gt;$label&lt;/td&gt;\n&quot;;
        echo &quot;&lt;td&gt;&quot;;
        echo supplier_list($name, $selected_id, $all_option, $submit_on_change, 
        $all, $editkey);
        echo &quot;&lt;/td&gt;\n&quot;;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Fri, 14 Sep 2018 14:03:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32659#p32659</guid>
		</item>
	</channel>
</rss>
