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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>
Lines 319-325 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
319
       <th>Qualifier</th>
320
       <th>Qualifier</th>
320
       <th>SAN</th>
321
       <th>SAN</th>
321
       <th>Standard</th>
322
       <th>Standard</th>
322
       <th>Quotes</th>
323
       <th>[% tp('price offers', 'Quotes') | html %]</th>
323
       <th>Orders</th>
324
       <th>Orders</th>
324
       <th>Invoices</th>
325
       <th>Invoices</th>
325
       <th>Responses</th>
326
       <th>Responses</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Quote editor &rsaquo; Tools &rsaquo; Koha</title>
6
<title>Quote editor &rsaquo; Tools &rsaquo; Koha</title>
Lines 104-110 Link Here
104
[% END %]
105
[% END %]
105
106
106
[% IF op == 'list' %]
107
[% IF op == 'list' %]
107
    <h1>Quotes</h1>
108
    <h1>[% tp('citations', 'Quotes') | html %]</h1>
108
    [% IF quotes_count > 0 %]
109
    [% IF quotes_count > 0 %]
109
        <div class="page-section">
110
        <div class="page-section">
110
            <table id="quotes">
111
            <table id="quotes">
111
- 

Return to bug 33076