Bugzilla – Attachment 146188 Details for
Bug 32293
Terminology: Some budgets are not defined in item records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32293: Fix terminology in warning when creating orders from staged file
Bug-32293-Fix-terminology-in-warning-when-creating.patch (text/plain), 1.35 KB, created by
Katrin Fischer
on 2023-02-05 01:58:25 UTC
(
hide
)
Description:
Bug 32293: Fix terminology in warning when creating orders from staged file
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 01:58:25 UTC
Size:
1.35 KB
patch
obsolete
>From 26fe205f486db6c55754159134ba9dec01b3d128 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 01:49:21 +0000 >Subject: [PATCH] Bug 32293: Fix terminology in warning when creating orders > from staged file > >When you are ordering from a staged file and the >fund is missing, there is a warning: > >Some budgets are not defined in item records > >Budgets shoudl be funds here. > >To test: >* Add a new basket >* Add an order from a staged file or from a file >* Leave the fund values of some selected items empty >* Make sure default fund entry is also empty >* Warning message should be triggered on saving >* Apply patch, repeat, verify it is correct now. >--- > koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >index ba53f0b767..850eb02929 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -67,7 +67,7 @@ $(document).ready(function() { > > error = checkOrderBudgets(); > if ( error > 0 ) { >- alert( __("Some budgets are not defined in item records") ); >+ alert( __("Some funds are not defined in item records") ); > return false; > } > >-- >2.30.2
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 32293
:
146188
|
146358
|
147240