Bugzilla – Attachment 86455 Details for
Bug 20830
Make sure a fund is selected when ordering from staged file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20830 : Make sure a fund is selected (master)
0001-Bug-20830-Make-sure-a-fund-is-selected-when-ordering.patch (text/plain), 1.15 KB, created by
Koha Team University Lyon 3
on 2019-03-11 14:06:37 UTC
(
hide
)
Description:
Bug 20830 : Make sure a fund is selected (master)
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2019-03-11 14:06:37 UTC
Size:
1.15 KB
patch
obsolete
>From 20d1b49486b33a1a244df32b19896ed3ed390382 Mon Sep 17 00:00:00 2001 >From: Olivier Crouzet <kohateam@univ-lyon3.fr> >Date: Mon, 11 Mar 2019 15:00:23 +0100 >Subject: [PATCH] Bug 20830: Make sure a fund is selected when ordering from a > stage file > >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index f6e08fc..3549bc8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -76,6 +76,20 @@ > > } > >+ if (! $("#all_budget_id").val() ) { >+ // If there is no default fund >+ var error = 0; >+ $(".selected [name='budget_id']").each(function(){ >+ if (!$(this).val()) { >+ error++; >+ } >+ }); >+ if ( error > 0 ) { >+ alert(_("Some budgets are not defined in item records")); >+ return false; >+ } >+ } >+ > return disableUnchecked($(this)); > }); > $('#tabs').tabs(); >-- >2.1.4 >
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 20830
:
85911
|
86455
|
87285
|
87967