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

(-)a/acqui/neworderempty.pl (-1 / +2 lines)
Lines 372-377 $template->param( Link Here
372
    isbn             => $data->{'isbn'},
372
    isbn             => $data->{'isbn'},
373
    seriestitle      => $data->{'seriestitle'},
373
    seriestitle      => $data->{'seriestitle'},
374
    itemtypeloop  => \@itemtypes,
374
    itemtypeloop  => \@itemtypes,
375
    collectiontitle  => $data->{'collectiontitle'},
375
    quantity         => $data->{'quantity'},
376
    quantity         => $data->{'quantity'},
376
    quantityrec      => $data->{'quantity'},
377
    quantityrec      => $data->{'quantity'},
377
    rrp              => $data->{'rrp'},
378
    rrp              => $data->{'rrp'},
Lines 380-386 $template->param( Link Here
380
    ecost            => $data->{'ecost'},
381
    ecost            => $data->{'ecost'},
381
    notes            => $data->{'notes'},
382
    notes            => $data->{'notes'},
382
    publishercode    => $data->{'publishercode'},
383
    publishercode    => $data->{'publishercode'},
383
    
384
    place => $data->{'place'},
384
    import_batch_id  => $import_batch_id,
385
    import_batch_id  => $import_batch_id,
385
386
386
# CHECKME: gst-stuff needs verifing, mason.
387
# CHECKME: gst-stuff needs verifing, mason.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl (-7 / +19 lines)
Lines 213-233 $(document).ready(function() Link Here
213
        </li>
213
        </li>
214
        <li>
214
        <li>
215
            <!-- TMPL_IF name="biblionumber" -->
215
            <!-- TMPL_IF name="biblionumber" -->
216
            <span class="label">Publisher: </span>
216
            <span class="label">Published by: </span>
217
                <input type="hidden" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" -->
217
                <input type="hidden" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" -->
218
            <!-- TMPL_ELSE -->
218
            <!-- TMPL_ELSE -->
219
            <label for="publishercode"> Publisher: </label>
219
            <label for="publishercode"> Published by: </label>
220
                <input type="text" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" />
220
                <input type="text" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" />
221
            <!-- /TMPL_IF -->
221
            <!-- /TMPL_IF -->
222
        </li>
222
        </li>
223
        <li>
223
        <li>
224
            <span><!-- TMPL_IF name="biblionumber" -->
225
            <span class="label">&nbsp;At: </span>
226
                <input type="hidden" size="20" name="place" id="place" value="<!-- TMPL_VAR NAME="place" -->" /><!-- TMPL_VAR NAME="place" -->
227
            <!-- TMPL_ELSE -->
228
            <label for="place">&nbsp;At: </label>
229
                <input type="text" size="20" name="place" id="place" value="<!-- TMPL_VAR NAME="place" -->" />
230
            <!-- /TMPL_IF -->
231
            </span>
232
        </li>
233
        <li>
234
            <span>
224
            <!-- TMPL_IF name="biblionumber" -->
235
            <!-- TMPL_IF name="biblionumber" -->
225
            <span class="label">Publication year: </span>
236
            <span class="label">&nbsp;On: </span>
226
                <input type="hidden" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" -->
237
                <input type="hidden" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" -->
227
            <!-- TMPL_ELSE -->
238
            <!-- TMPL_ELSE -->
228
            <label for="publicationyear">Publication year: </label>
239
            <label for="publicationyear">&nbsp;On: </label>
229
                <input type="text" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" />
240
                <input type="text" size="4" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" />
230
            <!-- /TMPL_IF -->
241
            <!-- /TMPL_IF -->
242
            </span>
231
        </li>
243
        </li>
232
        <li>
244
        <li>
233
            <!-- TMPL_IF name="biblionumber" -->
245
            <!-- TMPL_IF name="biblionumber" -->
Lines 241-250 $(document).ready(function() Link Here
241
        <li>
253
        <li>
242
            <!-- TMPL_IF name="biblionumber" -->
254
            <!-- TMPL_IF name="biblionumber" -->
243
            <span class="label">Series: </span>
255
            <span class="label">Series: </span>
244
                <input type="hidden" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /><!-- TMPL_VAR NAME="seriestitle" -->
256
                <input type="hidden" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="collectiontitle" -->" /><span class="title"><!-- TMPL_VAR NAME="collectiontitle" --></span>
245
            <!-- TMPL_ELSE -->
257
            <!-- TMPL_ELSE -->
246
            <label for="series">Series: </label>
258
            <label for="series">Series: </label>
247
                <input type="text" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" />
259
                <input type="text" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="collectiontitle" -->" />
248
            <!-- /TMPL_IF -->
260
            <!-- /TMPL_IF -->
249
        </li>
261
        </li>
250
        </li>
262
        </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl (-1 / +1 lines)
Lines 161-166 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
161
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="<!--TMPL_VAR Name="copyrightdate"-->" /></li>
161
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="<!--TMPL_VAR Name="copyrightdate"-->" /></li>
162
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="<!--TMPL_VAR Name="isbn"-->"/></li>
162
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="<!--TMPL_VAR Name="isbn"-->"/></li>
163
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="<!--TMPL_VAR Name="publishercode"-->"/></li>
163
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="<!--TMPL_VAR Name="publishercode"-->"/></li>
164
        <li><label for="publicationyear"> Publication year:</label><input type="text" id="publicationyear" name="publicationyear" size="4" maxlength="80" value="<!-- TMPL_VAR name="publicationyear"-->" /></li>
164
        <li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="<!--TMPL_VAR Name="place"-->"/></li>
165
        <li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="<!--TMPL_VAR Name="place"-->"/></li>
165
        <li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="<!--TMPL_VAR Name="collectiontitle"-->"/></li>
166
        <li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="<!--TMPL_VAR Name="collectiontitle"-->"/></li>
166
        <li><label for="itemtype">Document Type:</label>
167
        <li><label for="itemtype">Document Type:</label>
167
- 

Return to bug 6070