<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Credit note can be posted without customer selected]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9949&amp;type=atom" />
	<updated>2022-09-11T14:47:22Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9949</id>
		<entry>
			<title type="html"><![CDATA[Re: Credit note can be posted without customer selected]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41445#p41445" />
			<content type="html"><![CDATA[<p>This has been fixed both on Customer and supplier side. 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>2022-09-11T14:47:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41445#p41445</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Credit note can be posted without customer selected]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41438#p41438" />
			<content type="html"><![CDATA[<p>I will have a look.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2022-09-10T18:41:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41438#p41438</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Credit note can be posted without customer selected]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41437#p41437" />
			<content type="html"><![CDATA[<p>@joe: Can this make it to the core? Credit Note and Debit Note can be posted to both Customer and Supplier.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2022-09-10T17:16:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41437#p41437</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Credit note can be posted without customer selected]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41358#p41358" />
			<content type="html"><![CDATA[<p>If Search Customer List is checked in company setup, than customer credit note can be posted with blank customers in FA&#039;s previous builds. I have added following lines in /sales/credit_note_entry.php under can_process() function to fix this</p><p>&nbsp; &nbsp; if (!get_post(&#039;customer_id&#039;)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;There is no customer selected.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;customer_id&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; } <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; if (!get_post(&#039;branch_id&#039;)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;This customer has no branch defined.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;branch_id&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; } </p><br /><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[dz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44997</uri>
			</author>
			<updated>2022-08-23T07:31:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41358#p41358</id>
		</entry>
</feed>
