Bugzilla – Attachment 8918 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 order's history table
0001-Add-ordernumber-column-in-orders-history-table.patch (text/plain), 1.31 KB, created by
Koha Team University Lyon 3
on 2012-04-05 13:53:11 UTC
(
hide
)
Description:
Add ordernumber column in order's history table
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2012-04-05 13:53:11 UTC
Size:
1.31 KB
patch
obsolete
>From 4c1119bb9c61c0bfedc5aeee26c4bb556f7e7315 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 > >--- > .../prog/en/modules/acqui/histsearch.tt | 2 ++ > 1 files changed, 2 insertions(+), 0 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 9321cf9..ea0c8dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -65,6 +65,7 @@ > <th>Basket</th> > <th>Basket group</th> > <th>Invoice Number</th> >+ <th>Order Number</th> > <th>Summary</th> > <th>Vendor</th> > <th>Placed on</th> >@@ -83,6 +84,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?supplierid=[% suggestions_loo.id %]">[% suggestions_loo.name %]</a></td> >-- >1.7.2.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 7903
:
8918
|
8920
|
8998