View | Details | Raw Unified | Return to bug 10090
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +2 lines)
Lines 1-4 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE ItemTypes %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
Lines 66-72 Link Here
66
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
67
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
67
	</td>
68
	</td>
68
	<td class="cell">
69
	<td class="cell">
69
	    [% order.itype %]
70
        [% ItemTypes.GetDescription( order.itype ) %]
70
	</td>
71
	</td>
71
	<td class="cell">
72
	<td class="cell">
72
	    [% order.left %]
73
	    [% order.left %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-3 / +3 lines)
Lines 1-4 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE ItemTypes %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
Lines 60-66 Link Here
60
	    [% order.title %]
61
	    [% order.title %]
61
	</td>
62
	</td>
62
	<td class="cell">
63
	<td class="cell">
63
            <a href="/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=[% order.ordernumber %]&amp;biblio=[% order.biblionumber %]&amp;invoiceid=[% order.invoiceid %]">[% order.ordernumber %]</a>
64
        [% order.ordernumber %]
64
	</td>
65
	</td>
65
	<td class="cell">
66
	<td class="cell">
66
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
67
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
Lines 69-75 Link Here
69
	    <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a>
70
	    <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a>
70
	</td>
71
	</td>
71
	<td class="cell">
72
	<td class="cell">
72
	    [% order.itype %]
73
        [% ItemTypes.GetDescription( order.itype ) %]
73
	</td>
74
	</td>
74
	<td class="cell">
75
	<td class="cell">
75
	    [% order.quantityreceived %]
76
	    [% order.quantityreceived %]
76
- 

Return to bug 10090