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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-3 / +8 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
Lines 126-133 function check(form) { Link Here
126
	    </td>
127
	    </td>
127
	    <td>
128
	    <td>
128
	        
129
	        
129
	        <input type="text" size="10" name="qty[% uncertainpriceorder.ordernumber %]" value="[% uncertainpriceorder.quantity %]"
130
        [% IF Koha.Preference('AcqCreateItem') == 'ordering' %]
130
	                                        onchange="uncheckbox(this.form, [% uncertainpriceorder.ordernumber %]);" />
131
            [% uncertainpriceorder.quantity %]
132
            <input type="hidden" name="qty[% uncertainpriceorder.ordernumber %]" value="[% uncertainpriceorder.quantity %]" />
133
        [% ELSE %]
134
            <input type="text" size="10" name="qty[% uncertainpriceorder.ordernumber %]" value="[% uncertainpriceorder.quantity %]"
135
                    onchange="uncheckbox(this.form, [% uncertainpriceorder.ordernumber %]);" />
136
        [% END %]
131
	    </td>
137
	    </td>
132
	    </tr>
138
	    </tr>
133
	    [% END %]
139
	    [% END %]
134
- 

Return to bug 6059