<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — The Currency in Bank Accounts is Not Updated]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6274</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6274&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in The Currency in Bank Accounts is Not Updated.]]></description>
		<lastBuildDate>Thu, 19 May 2016 20:42:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: The Currency in Bank Accounts is Not Updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25534#p25534</link>
			<description><![CDATA[<p>Yes, indeed this is a bug. Correct solution has been sent to <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/">git repos</a><br />Thank you.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 19 May 2016 20:42:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25534#p25534</guid>
		</item>
		<item>
			<title><![CDATA[Re: The Currency in Bank Accounts is Not Updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25533#p25533</link>
			<description><![CDATA[<p>I would request senior members to check whether this change has no adverse impact on any other feature.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 18 May 2016 20:43:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25533#p25533</guid>
		</item>
		<item>
			<title><![CDATA[Re: The Currency in Bank Accounts is Not Updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25532#p25532</link>
			<description><![CDATA[<p>Ok Finally I got the reason of this bug. The hidden text and the select had the same names and the hidden text values were passing in the arguments. So I just renamed the hidden text name.</p><p>Below is the code component that I changed on gl\manage\bank_accounts.php on Line 160</p><p>start_table(TABLESTYLE2);</p><p>if ($selected_id != -1) <br />{<br />&nbsp; if ($Mode == &#039;Edit&#039;) {&nbsp; &nbsp; <br />&nbsp; &nbsp; $myrow = get_bank_account($selected_id);</p><p>&nbsp; &nbsp; $_POST[&#039;account_code&#039;] = $myrow[&quot;account_code&quot;];<br />&nbsp; &nbsp; $_POST[&#039;account_type&#039;] = $myrow[&quot;account_type&quot;];<br />&nbsp; &nbsp; $_POST[&#039;bank_name&#039;]&nbsp; = $myrow[&quot;bank_name&quot;];<br />&nbsp; &nbsp; $_POST[&#039;bank_account_name&#039;]&nbsp; = $myrow[&quot;bank_account_name&quot;];<br />&nbsp; &nbsp; $_POST[&#039;bank_account_number&#039;] = $myrow[&quot;bank_account_number&quot;];<br />&nbsp; &nbsp; $_POST[&#039;bank_address&#039;] = $myrow[&quot;bank_address&quot;];<br />&nbsp; &nbsp; $_POST[&#039;BankAccountCurrency&#039;] = $myrow[&quot;bank_curr_code&quot;];<br />&nbsp; &nbsp; $_POST[&#039;dflt_curr_act&#039;] = $myrow[&quot;dflt_curr_act&quot;];<br />&nbsp; }<br />&nbsp; &nbsp; hidden(&#039;selected_id&#039;, $selected_id);<br />&nbsp; &nbsp; hidden(&#039;account_code&#039;);<br />&nbsp; &nbsp; hidden(&#039;account_type&#039;);<br />&nbsp; &nbsp; hidden(&#039;BankAccountCurrency-hidden&#039;, $_POST[&#039;BankAccountCurrency&#039;]);&nbsp; &nbsp; //Bug removed by Faisal on Line 160<br />&nbsp; &nbsp; set_focus(&#039;bank_account_name&#039;);<br />}</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 18 May 2016 20:42:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25532#p25532</guid>
		</item>
		<item>
			<title><![CDATA[The Currency in Bank Accounts is Not Updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25531#p25531</link>
			<description><![CDATA[<p>If i create a new Bank Account with any Currency. Just after creation I realized a mistake that the Currency was wrongly selected and I need to change the currency from USD to CAD (for e.g.) then this change is not accepted by FA. I tried this in FA 2.3.25 but same problem.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 18 May 2016 20:23:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25531#p25531</guid>
		</item>
	</channel>
</rss>
