Bugzilla – Attachment 35895 Details for
Bug 13352
Editing amount in Acquisitions budget causes error due to formatting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[3.18.x] Bug 13352: QA Follow-up: Remove Price filter from "Warning at (%)"
Bug-13352-QA-Follow-up-Remove-Price-filter-from-Wa.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2015-02-13 08:57:56 UTC
(
hide
)
Description:
[3.18.x] Bug 13352: QA Follow-up: Remove Price filter from "Warning at (%)"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-13 08:57:56 UTC
Size:
1.11 KB
patch
obsolete
>From cb4072c3e096a1204d2ed72d852b85ed96714935 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 8 Feb 2015 16:23:41 +0100 >Subject: [PATCH] Bug 13352: QA Follow-up: Remove Price filter from "Warning at > (%)" > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index a73dd57..7c841ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -454,7 +454,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > > <li> > <label for="budget_encumb">Warning at (%): </label> >- <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb | $Price on_editing => 1 %]" size="10" /> >+ <input type="text" name="budget_encumb" id="budget_encumb" value="[% budget_encumb %]" size="10" /> > <span class="hint">0 to disable</span> > </li> > >-- >2.1.0
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 13352
:
35517
|
35703
|
35724
|
35725
|
35894
| 35895