<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Customer balance Report rep101.php has one extra parameter]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7995</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7995&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Customer balance Report rep101.php has one extra parameter.]]></description>
		<lastBuildDate>Wed, 13 Feb 2019 14:53:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Customer balance Report rep101.php has one extra parameter]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34234#p34234</link>
			<description><![CDATA[<p>Oops! Thanks @kvvaradha for detecting this. Well it did no harm and the conversion is done immediately after the open balance call.<br />But it should not be here <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Committed to stable repo.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 13 Feb 2019 14:53:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34234#p34234</guid>
		</item>
		<item>
			<title><![CDATA[Customer balance Report rep101.php has one extra parameter]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34229#p34229</link>
			<description><![CDATA[<p>From the Customer balances report, we have a function <strong>get_open_balance</strong></p><p>While calling this, we have 3 parameters, but in definition, we have just 2 parameters.</p><div class="codebox"><pre><code> function get_open_balance($debtorno, $to) { </code></pre></div><p>And<br /></p><div class="codebox"><pre><code> $bal = get_open_balance($myrow[&#039;debtor_no&#039;], $from, $convert);</code></pre></div><p>Here the <strong> $convert </strong>&nbsp; is unnecessary to pass it. </p><p>So just fix it like this. </p><div class="codebox"><pre><code> $bal = get_open_balance($myrow[&#039;debtor_no&#039;], $from);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 13 Feb 2019 11:45:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34229#p34229</guid>
		</item>
	</channel>
</rss>
