<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Updating Item]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=912&amp;type=atom" />
	<updated>2009-11-06T09:13:43Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=912</id>
		<entry>
			<title type="html"><![CDATA[Re: Updating Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3793#p3793" />
			<content type="html"><![CDATA[<p>Thanks for pointing this out. It has been fixed in CVS 2.2 unstable repository a while ago. Affected file /inventory/manage/items.php. It will be included in final.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-11-06T09:13:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3793#p3793</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Updating Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3790#p3790" />
			<content type="html"><![CDATA[<p>In file&nbsp; /inventory/includes/db/items_db.inc<br />function update_item<br />line</p><p>&nbsp; &nbsp; &nbsp; &nbsp; $sql = &quot;UPDATE &quot;.TB_PREF.&quot;stock_master SET long_description=&quot;.db_escape($long_description).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description=&quot;.db_escape($description).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; category_id=&quot;.db_escape($category_id).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sales_account=&quot;.db_escape($sales_account).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; inventory_account=&quot;.db_escape($inventory_account).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cogs_account=&quot;.db_escape($cogs_account).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; adjustment_account=&quot;.db_escape($adjustment_account).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; assembly_account=&quot;.db_escape($assembly_account).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dimension_id=&quot;.db_escape($dimension_id).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dimension2_id=&quot;.db_escape($dimension2_id).&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tax_type_id=&quot;.db_escape($tax_type_id).&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no_sale=&quot;.db_escape($no_sale);</p><p>is missing a comma after: tax_type_id=&quot;.db_escape($tax_type_id).&quot;</p><p>Dan</p>]]></content>
			<author>
				<name><![CDATA[dano1967]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=509</uri>
			</author>
			<updated>2009-11-06T01:17:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3790#p3790</id>
		</entry>
</feed>
