Bugzilla – Attachment 10055 Details for
Bug 8166
Adding new currencies & exchange rates if not fill any field it save blank record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8166 - Adding new currencies & exchange rates
Bug-8166---Adding-new-currencies--exchange-rates.patch (text/plain), 1.27 KB, created by
Jared Camins-Esakov
on 2012-06-09 20:03:10 UTC
(
hide
)
Description:
Bug 8166 - Adding new currencies & exchange rates
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-06-09 20:03:10 UTC
Size:
1.27 KB
patch
obsolete
>From 16fdfd3434cd126c03b2225ebbe894cb479b421a Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@osslabs.biz> >Date: Wed, 30 May 2012 12:37:33 +0530 >Subject: [PATCH] Bug 8166 - Adding new currencies & exchange rates >Content-Type: text/plain; charset="UTF-8" > >if not fill any field it save blank record > >To Test: >1) Go to Currencies & Exchange rates. >2) Create New currency >3) If you not fill any field for ex: (Currency, rate, symbol) > it will not save the record. > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../prog/en/modules/admin/currency.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 1d327be..4834ff3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -128,7 +128,7 @@ > </fieldset> > > <fieldset class="action"> >- <input type="submit" value="Submit" onclick="Check(this.form)" /> >+ <input type="submit" value="Submit" onclick="Check(this.form); return false;" /> > <a href="/cgi-bin/koha/admin/currency.pl" class="cancel">Cancel</a> > </fieldset> > </form> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8166
:
9846
| 10055