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

(-)a/acqui/neworderempty.pl (-2 / +3 lines)
Lines 98-104 my $title = $input->param('title'); Link Here
98
my $author          = $input->param('author');
98
my $author          = $input->param('author');
99
my $publicationyear = $input->param('publicationyear');
99
my $publicationyear = $input->param('publicationyear');
100
my $bookseller      = GetBookSellerFromId($booksellerid);	# FIXME: else ERROR!
100
my $bookseller      = GetBookSellerFromId($booksellerid);	# FIXME: else ERROR!
101
my $ordernumber          = $input->param('ordernumber') || '';
101
my $ordernumber     = $input->param('ordernumber') || '';
102
my $biblionumber    = $input->param('biblionumber');
102
my $biblionumber    = $input->param('biblionumber');
103
my $basketno        = $input->param('basketno');
103
my $basketno        = $input->param('basketno');
104
my $suggestionid    = $input->param('suggestionid');
104
my $suggestionid    = $input->param('suggestionid');
Lines 368-373 $template->param( Link Here
368
    budget_loop      => $budget_loop,
368
    budget_loop      => $budget_loop,
369
    isbn             => $data->{'isbn'},
369
    isbn             => $data->{'isbn'},
370
    seriestitle      => $data->{'seriestitle'},
370
    seriestitle      => $data->{'seriestitle'},
371
    collectiontitle  => $data->{'collectiontitle'},
371
    quantity         => $data->{'quantity'},
372
    quantity         => $data->{'quantity'},
372
    quantityrec      => $data->{'quantity'},
373
    quantityrec      => $data->{'quantity'},
373
    rrp              => $data->{'rrp'},
374
    rrp              => $data->{'rrp'},
Lines 376-382 $template->param( Link Here
376
    ecost            => $data->{'ecost'},
377
    ecost            => $data->{'ecost'},
377
    notes            => $data->{'notes'},
378
    notes            => $data->{'notes'},
378
    publishercode    => $data->{'publishercode'},
379
    publishercode    => $data->{'publishercode'},
379
    
380
    place            => $data->{'place'},
380
    import_batch_id  => $import_batch_id,
381
    import_batch_id  => $import_batch_id,
381
382
382
# CHECKME: gst-stuff needs verifing, mason.
383
# CHECKME: gst-stuff needs verifing, mason.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl (-8 / +20 lines)
Lines 215-235 $(document).ready(function() Link Here
215
        </li>
215
        </li>
216
        <li>
216
        <li>
217
            <!-- TMPL_IF name="biblionumber" -->
217
            <!-- TMPL_IF name="biblionumber" -->
218
            <span class="label">Publisher: </span>
218
            <span class="label">Published by: </span>
219
                <input type="hidden" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" -->
219
                <input type="hidden" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" -->
220
            <!-- TMPL_ELSE -->
220
            <!-- TMPL_ELSE -->
221
            <label for="publishercode"> Publisher: </label>
221
            <label for="publishercode"> Published by: </label>
222
                <input type="text" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" />
222
                <input type="text" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" />
223
            <!-- /TMPL_IF -->
223
            <!-- /TMPL_IF -->
224
        </li>
224
        </li>
225
        <li>
225
        <li>
226
            <span><!-- TMPL_IF name="biblionumber" -->
227
                <span class="label">&nbsp;At: </span>
228
                    <input type="hidden" size="20" name="place" id="place" value="<!-- TMPL_VAR NAME="place" -->" /><!-- TMPL_VAR NAME="place" -->
229
                <!-- TMPL_ELSE -->
230
                <label for="place">&nbsp;At: </label>
231
                    <input type="text" size="20" name="place" id="place" value="<!-- TMPL_VAR NAME="place" -->" />
232
                <!-- /TMPL_IF -->
233
            </span>
234
         </li>
235
         <li>
236
            <span>
226
            <!-- TMPL_IF name="biblionumber" -->
237
            <!-- TMPL_IF name="biblionumber" -->
227
            <span class="label">Publication year: </span>
238
                <span class="label">&nbsp;On: </span>
228
                <input type="hidden" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" -->
239
                <input type="hidden" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" -->
229
            <!-- TMPL_ELSE -->
240
                <!-- TMPL_ELSE -->
230
            <label for="publicationyear">Publication year: </label>
241
                <label for="publicationyear">&nbsp;On: </label>
231
                <input type="text" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" />
242
                <input type="text" size="4" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" />
232
            <!-- /TMPL_IF -->
243
            <!-- /TMPL_IF -->
244
            </span>
233
        </li>
245
        </li>
234
        <li>
246
        <li>
235
            <!-- TMPL_IF name="biblionumber" -->
247
            <!-- TMPL_IF name="biblionumber" -->
Lines 243-252 $(document).ready(function() Link Here
243
        <li>
255
        <li>
244
            <!-- TMPL_IF name="biblionumber" -->
256
            <!-- TMPL_IF name="biblionumber" -->
245
            <span class="label">Series: </span>
257
            <span class="label">Series: </span>
246
                <input type="hidden" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /><!-- TMPL_VAR NAME="seriestitle" -->
258
                 <input type="hidden" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="collectiontitle" -->" /><span class="title"><!-- TMPL_VAR NAME="collectiontitle" --></span>
247
            <!-- TMPL_ELSE -->
259
            <!-- TMPL_ELSE -->
248
            <label for="series">Series: </label>
260
            <label for="series">Series: </label>
249
                <input type="text" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" />
261
                 <input type="text" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="collectiontitle" -->" />
250
            <!-- /TMPL_IF -->
262
            <!-- /TMPL_IF -->
251
        </li>
263
        </li>
252
        </ol>
264
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl (-1 / +1 lines)
Lines 111-116 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
111
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="<!--TMPL_VAR Name="copyrightdate"-->" /></li>
111
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="<!--TMPL_VAR Name="copyrightdate"-->" /></li>
112
        <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>
112
        <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>
113
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="<!--TMPL_VAR Name="publishercode"-->"/></li>
113
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="<!--TMPL_VAR Name="publishercode"-->"/></li>
114
        <li><label for="publicationyear"> Publication year:</label><input type="text" id="publicationyear" name="publicationyear" size="4" maxlength="80" value="<!-- TMPL_VAR name="publicationyear"-->" /></li>
114
        <li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="<!--TMPL_VAR Name="place"-->"/></li>
115
        <li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="<!--TMPL_VAR Name="place"-->"/></li>
115
        <li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="<!--TMPL_VAR Name="collectiontitle"-->"/></li>
116
        <li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="<!--TMPL_VAR Name="collectiontitle"-->"/></li>
116
        <li><label for="itemtype">Document Type:</label>
117
        <li><label for="itemtype">Document Type:</label>
117
- 

Return to bug 6070