<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9390</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9390&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in NEW LINE BUG IN INVENTORY LOCATION TRANSFER.]]></description>
		<lastBuildDate>Fri, 06 Aug 2021 12:30:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39813#p39813</link>
			<description><![CDATA[<p>Yes, it is necessary. The Stock Item List is Not showing again. Fixed and committed to stable.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 06 Aug 2021 12:30:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39813#p39813</guid>
		</item>
		<item>
			<title><![CDATA[Re: NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39802#p39802</link>
			<description><![CDATA[<p>@joe: is this necessary?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 05 Aug 2021 05:56:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39802#p39802</guid>
		</item>
		<item>
			<title><![CDATA[NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39713#p39713</link>
			<description><![CDATA[<p>When you add an item with editable description to the inventory location transfer form, the new line description field comes as a inputbox instead of dropdown making it hard to select another item.<br />Fix:</p><p>In transfers.php file,</p><p>add </p><div class="codebox"><pre><code>unset($_POST[&#039;stock_id&#039;]);</code></pre></div><p> to the handle_new_item() function</p><div class="codebox"><pre><code>function handle_new_item()
{
    if (!isset($_POST[&#039;std_cost&#039;]))
           $_POST[&#039;std_cost&#039;] = 0;
    add_to_order($_SESSION[&#039;transfer_items&#039;], $_POST[&#039;stock_id&#039;], input_num(&#039;qty&#039;), $_POST[&#039;std_cost&#039;]);
        unset($_POST[&#039;stock_id&#039;]);
    line_start_focus();
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Thu, 15 Jul 2021 09:35:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39713#p39713</guid>
		</item>
	</channel>
</rss>
