Bugzilla – Attachment 21755 Details for
Bug 5336
Acq history search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 5336: QA followup
PASSED-QA-Bug-5336-QA-followup.patch (text/plain), 2.40 KB, created by
Katrin Fischer
on 2013-10-03 11:04:20 UTC
(
hide
)
Description:
[PASSED QA] Bug 5336: QA followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-10-03 11:04:20 UTC
Size:
2.40 KB
patch
obsolete
>From 7308691370000564a48e7391c4b3c43fca7ed399 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 1 Jul 2013 16:27:32 +0200 >Subject: [PATCH] [PASSED QA] Bug 5336: QA followup > >- fix capitalization >- fix update database message > >Signed-off-by: Pierre Angot <tredok.pierre@gmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > .../prog/en/modules/acqui/histsearch.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 6ed1aeb..0edb7fb 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7169,7 +7169,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > $dbh->do("UPDATE aqorders SET orderstatus=2 WHERE quantity > quantityreceived AND quantityreceived > 0"); > $dbh->do("UPDATE aqorders SET orderstatus=3 WHERE quantity=quantityreceived"); > $dbh->do("UPDATE aqorders SET orderstatus=4 WHERE datecancellationprinted IS NOT NULL"); >- print "Upgrade to $DBversion done (Add category ORDRSTATUS values in authorised_values table)\n"; >+ print "Upgrade to $DBversion done (Bug 5336: Add the new column aqorders.orderstatus)\n"; > SetVersion($DBversion); > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index e71d45d..e82c141 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -32,7 +32,7 @@ > > [% UNLESS ( order_loop ) %]<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> > <fieldset class="rows"> >- <legend>Search Orders</legend> >+ <legend>Search orders</legend> > <ol> > <li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% title %]" /></li> > <li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% author %]" /></li> >@@ -49,7 +49,7 @@ > </li> > > <li> >- <label for="orderstatus">Order Status: </label> >+ <label for="orderstatus">Order status: </label> > <select name="orderstatus" id="orderstatus"> > <option value=""></option> > <option value="0">New</option> >-- >1.7.9.5
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 5336
:
11603
|
11604
|
11792
|
14067
|
14188
|
14213
|
16013
|
17612
|
17613
|
17615
|
17617
|
17648
|
17649
|
17650
|
17883
|
18187
|
18411
|
18412
|
18413
|
18414
|
18496
|
18497
|
18498
|
18499
|
18500
|
19317
|
19318
|
19319
|
19320
|
19321
|
19550
|
20894
|
20895
|
20896
|
20897
|
20898
|
20899
|
21689
|
21690
|
21691
|
21692
|
21693
|
21694
|
21695
|
21696
|
21697
|
21707
|
21708
|
21709
|
21751
|
21752
|
21753
|
21754
| 21755 |
21756
|
21757
|
21758