<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — select item not working in purchase order and sales order entry]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9358</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9358&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in select item not working in purchase order and sales order entry.]]></description>
		<lastBuildDate>Mon, 05 Jul 2021 12:33:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39655#p39655</link>
			<description><![CDATA[<p>Thank you for your feedback. I have checked it from my side again. It automatically&nbsp; updated. No need to unset the code stock id edit for now.&nbsp; May be @joe looks this a bit deeper.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 05 Jul 2021 12:33:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39655#p39655</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39654#p39654</link>
			<description><![CDATA[<p>Thanks a lot. its working now. but after Adding Line Item we should </p><p>unset($_POST[&#039;_stock_id_edit&#039;]);</p><p>Because in new line item code and description is not displaying in correct combination. that is different.</p>]]></description>
			<author><![CDATA[null@example.com (bajrang8955)]]></author>
			<pubDate>Mon, 05 Jul 2021 07:47:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39654#p39654</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39644#p39644</link>
			<description><![CDATA[<p>Hope this will fixed your issue @bajrang8955, Test it once and update us here.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 04 Jul 2021 16:26:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39644#p39644</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39626#p39626</link>
			<description><![CDATA[<p>This has been committed to stable repo. <br />A downloaded file can be downloaded here and replaced in /includes/ui/</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 03 Jul 2021 18:08:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39626#p39626</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39622#p39622</link>
			<description><![CDATA[<p>@joe, there is an issue in the ui_view.inc, fix and update it inside the <strong>get_js_select_combo_item</strong></p><p>here we have if condition for select option and else for the textbox. There inside textbox update, we have the issue. <br /></p><div class="codebox"><pre><code>stock_element.value = value;    </code></pre></div><p>and change this to <br /></p><div class="codebox"><pre><code>stock_element[0].value = value;    </code></pre></div><p>commit this on stable repo. </p><p>and @bajrang8955. its updated to work. check it. with this change.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 03 Jul 2021 16:55:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39622#p39622</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39621#p39621</link>
			<description><![CDATA[<p>Hello dude. I saw the issue I will get you a solution after checking the code.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 03 Jul 2021 13:33:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39621#p39621</guid>
		</item>
		<item>
			<title><![CDATA[Re: select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39620#p39620</link>
			<description><![CDATA[<p>@kvvaradha please see this</p>]]></description>
			<author><![CDATA[null@example.com (bajrang8955)]]></author>
			<pubDate>Sat, 03 Jul 2021 13:27:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39620#p39620</guid>
		</item>
		<item>
			<title><![CDATA[select item not working in purchase order and sales order entry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39619#p39619</link>
			<description><![CDATA[<p>Item selection not working in purchase order and sales order entry for items with editable item description.</p><p>when we select a item &quot;A&quot; having code &quot;001&quot; with editable description and if we want to change this item with another item by clicking Item Search Button, We now select Item &quot;B&quot; having code &quot;002&quot; after that we click Add Line Item. then item code and item description are not same as we have selected item &quot;B&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (bajrang8955)]]></author>
			<pubDate>Sat, 03 Jul 2021 13:11:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39619#p39619</guid>
		</item>
	</channel>
</rss>
