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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-4 / +2 lines)
Lines 65-71 Link Here
65
                    [% bookselleraddress4 | html %]
65
                    [% bookselleraddress4 | html %]
66
                </p>
66
                </p>
67
                <p><strong>Phone: </strong>
67
                <p><strong>Phone: </strong>
68
                    [% booksellerphone | html %] / Fax:
68
                    [% booksellerphone | html %]
69
                <dl>
69
                <dl>
70
                    [% FOREACH contact IN contacts %]
70
                    [% FOREACH contact IN contacts %]
71
                        <dt><strong>Contact: </strong></dt>
71
                        <dt><strong>Contact: </strong></dt>
Lines 85-93 Link Here
85
            </div> <!-- /.page-section -->
85
            </div> <!-- /.page-section -->
86
        [% END %]
86
        [% END %]
87
87
88
        <h1>Orders with uncertain prices</h1>
89
90
        <div class="page-section">
88
        <div class="page-section">
89
            <h2>Order lines with uncertain prices</h2>
91
            <form action="[% scriptname | html %]" method="post">
90
            <form action="[% scriptname | html %]" method="post">
92
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
91
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
93
                <label for="owner">Orders from:</label>
92
                <label for="owner">Orders from:</label>
94
- 

Return to bug 32159