<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Colspan fix for Supplier Credit Note page]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7086</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7086&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Colspan fix for Supplier Credit Note page.]]></description>
		<lastBuildDate>Wed, 01 Nov 2017 13:59:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Colspan fix for Supplier Credit Note page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29407#p29407</link>
			<description><![CDATA[<p>@joe: Thanks. <a href="https://github.com/FrontAccountingERP/FA/commit/3862c1a48d8d699ff03d6fe31ee7b4cf492aa5e0">Commit</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 01 Nov 2017 13:59:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29407#p29407</guid>
		</item>
		<item>
			<title><![CDATA[Colspan fix for Supplier Credit Note page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29331#p29331</link>
			<description><![CDATA[<p>Lines 568-572 of <strong>purchasing/includes/ui/invoice_ui.inc</strong>:<br /></p><div class="codebox"><pre><code>    if ($mode == 1)
    {
        $ret = display_grn_items_for_selection($supp_trans, $k);
        $colspan = 10;
    }</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>    if ($mode == 1)
    {
        $ret = display_grn_items_for_selection($supp_trans, $k);
        $colspan = 9;
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 30 Oct 2017 20:22:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29331#p29331</guid>
		</item>
	</channel>
</rss>
