<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9390&amp;type=atom" />
	<updated>2021-08-06T12:30:47Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9390</id>
		<entry>
			<title type="html"><![CDATA[Re: NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39813#p39813" />
			<content type="html"><![CDATA[<p>Yes, it is necessary. The Stock Item List is Not showing again. Fixed and committed to stable.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2021-08-06T12:30:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39813#p39813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39802#p39802" />
			<content type="html"><![CDATA[<p>@joe: is this necessary?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2021-08-05T05:56:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39802#p39802</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[NEW LINE BUG IN INVENTORY LOCATION TRANSFER]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39713#p39713" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[detkenn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45282</uri>
			</author>
			<updated>2021-07-15T09:35:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39713#p39713</id>
		</entry>
</feed>
