Bugzilla – Attachment 30160 Details for
Bug 12660
Mispelling of Accomodation in two tools templates - in comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12660:Correct mispelling of accomodate in comments
PASSED-QA-Bug-12660Correct-mispelling-of-accomodat.patch (text/plain), 2.26 KB, created by
Katrin Fischer
on 2014-07-27 21:27:00 UTC
(
hide
)
Description:
[PASSED QA] Bug 12660:Correct mispelling of accomodate in comments
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-27 21:27:00 UTC
Size:
2.26 KB
patch
obsolete
>From b4b5ab71eaf773fa42aeb77cabb7b7e011ef1356 Mon Sep 17 00:00:00 2001 >From: Brian Norris <briann@catalyst.net.nz> >Date: Fri, 25 Jul 2014 14:55:04 +1200 >Subject: [PATCH] [PASSED QA] Bug 12660:Correct mispelling of accomodate in > comments >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >View the file in your git checkout to see the misspelling of accomodate >do the patch >view the files again to see the correct spelling accommodate > >Patch behaves as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixes typos to correct spelling. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index 29486bc..71cc9af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -10,7 +10,7 @@ > //<![CDATA[ > > // Prepare array of all column headers, incrementing each index by >-// two to accomodate control and title columns >+// two to accommodate control and title columns > var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); > for( x=0; x<allColumns.length; x++ ){ > allColumns[x] = Number(allColumns[x]) + 2; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index db78536..9cbd901 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -11,7 +11,7 @@ > //<![CDATA[ > > // Prepare array of all column headers, incrementing each index by >-// two to accomodate control and title columns >+// two to accommodate control and title columns > var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); > for( x=0; x<allColumns.length; x++ ){ > allColumns[x] = Number(allColumns[x]) + 2; >-- >1.9.1
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 12660
:
30066
|
30147
| 30160