[Koha-bugs] [Bug 14520] Prevent to override the existing currency code.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 12 18:18:24 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14520

Amit Gupta <amitddng135 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amitddng135 at gmail.com

--- Comment #1 from Amit Gupta <amitddng135 at gmail.com> ---
Created attachment 40951
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40951&action=edit
Bug 14520 - Prevent to override the existing currency code.

On creating a currency, if it already exists, it will replace the existing one.
This patch prevent that and display a message to the user interface.
Test case
1. Create a currency new 'INR' with a symbol 'INR' and rate '1'.
2. Click on Edit and update the symbol with 'RS'.
3. Create a currency 'INR' with a symbol 'RUP' and rate '1'
   you should get a warning message "This currency already exists".

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list