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

(-)a/acqui/addorderiso2709.pl (-2 lines)
Lines 450-457 sub import_biblios_list { Link Here
450
                        item_action => $item_action
450
                        item_action => $item_action
451
                    );
451
                    );
452
    batch_info($template, $batch);
452
    batch_info($template, $batch);
453
454
    return \@list;
455
}
453
}
456
454
457
sub batch_info {
455
sub batch_info {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-2 / +1 lines)
Lines 58-64 Acquisitions: Link Here
58
            - Set the mapping values for a new order line created from a MARC record in a staged file.
58
            - Set the mapping values for a new order line created from a MARC record in a staged file.
59
            - pref: MarcFieldsToOrder
59
            - pref: MarcFieldsToOrder
60
              type: textarea
60
              type: textarea
61
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
61
            - "You can use the following fields: itype, price, quantity, budget_code, discount, sort1, sort2"
62
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
62
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
63
    Printing:
63
    Printing:
64
        -
64
        -
65
- 

Return to bug 10877