Bugzilla – Attachment 8998 Details for
Bug 7903
add an ordernumber column in orders history table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add ordernumber column in orders history table
Add-ordernumber-column-in-orders-history-table.patch (text/plain), 1.50 KB, created by
Chris Cormack
on 2012-04-07 06:36:03 UTC
(
hide
)
Description:
Add ordernumber column in orders history table
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-04-07 06:36:03 UTC
Size:
1.50 KB
patch
obsolete
>From 62cbb4cfaf7ae9bb1779a4903a27da46ce280c22 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Thu, 5 Apr 2012 15:14:39 +0200 >Subject: [PATCH] Add ordernumber column in orders history table > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >There was a conflict (whitespace changes causing a conflict) > >http://bugs.koha-community.org/show_bug.cgi?id=7903 >--- > .../prog/en/modules/acqui/histsearch.tt | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >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 80eb827..dbd91b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -66,7 +66,8 @@ > <tr> > <th>Basket</th> > <th>Basket group</th> >- <th>Invoice number</th> >+ <th>Invoice Number</th> >+ <th>Order Number</th> > <th>Summary</th> > <th>Vendor</th> > <th>Placed on</th> >@@ -85,6 +86,7 @@ > > [% END %] > </td> >+ <td>[% suggestions_loo.ordernumber %]</td> > <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% suggestions_loo.biblionumber %]">[% suggestions_loo.title |html %]</a> > <br />[% suggestions_loo.author %] <br /> [% suggestions_loo.isbn %]</td> > <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.name %]</a></td> >-- >1.7.5.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 7903
:
8918
|
8920
| 8998