Bugzilla – Attachment 17931 Details for
Bug 9533
batch item modification should ignore defaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9533: Use default values by default
Bug-9533-Use-default-values-by-default.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2013-05-03 14:15:30 UTC
(
hide
)
Description:
Bug 9533: Use default values by default
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-03 14:15:30 UTC
Size:
1.23 KB
patch
obsolete
>From 278b4451924c9183b44dec027d5779ff1e84f11c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 3 May 2013 16:14:20 +0200 >Subject: [PATCH] Bug 9533: Use default values by default > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >index 3f9b313..ce18d31 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >@@ -49,7 +49,7 @@ > <ol class="radio"> > <li> > <label> >- <input type="checkbox" name="use_default_values" id="use_default_values" /> >+ <input type="checkbox" name="use_default_values" id="use_default_values" checked="checked" /> > Populate fields with default values from default framework > </label> > </li> >-- >1.7.10.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 9533
:
17498
|
17500
|
17869
|
17870
|
17879
|
17931
|
17940
|
18094
|
18095