<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Customer balance Report rep101.php has one extra parameter]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7995&amp;type=atom" />
	<updated>2019-02-13T14:53:52Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7995</id>
		<entry>
			<title type="html"><![CDATA[Re: Customer balance Report rep101.php has one extra parameter]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34234#p34234" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-02-13T14:53:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34234#p34234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Customer balance Report rep101.php has one extra parameter]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34229#p34229" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2019-02-13T11:45:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34229#p34229</id>
		</entry>
</feed>
