<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Colspan fix for Supplier Credit Note page]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7086&amp;type=atom" />
	<updated>2017-11-01T13:59:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7086</id>
		<entry>
			<title type="html"><![CDATA[Re: Colspan fix for Supplier Credit Note page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29407#p29407" />
			<content type="html"><![CDATA[<p>@joe: Thanks. <a href="https://github.com/FrontAccountingERP/FA/commit/3862c1a48d8d699ff03d6fe31ee7b4cf492aa5e0">Commit</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-01T13:59:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29407#p29407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Colspan fix for Supplier Credit Note page]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29331#p29331" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-30T20:22:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29331#p29331</id>
		</entry>
</feed>
