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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-6 / +5 lines)
Lines 63-78 Acquisitions: Link Here
63
            - pref: MarcFieldsToOrder
63
            - pref: MarcFieldsToOrder
64
              type: textarea
64
              type: textarea
65
              syntax: text/x-yaml
65
              syntax: text/x-yaml
66
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
66
            - "<p>You can use the following fields: price, quantity, budget_code, discount, sort1, sort2</p>"
67
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
67
            - "<p>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a</p>"
68
        -
68
        -
69
            - Set the mapping values for new item records created from a MARC record in a staged file.
69
            - Set the mapping values for new item records created from a MARC record in a staged file.
70
            - pref: MarcItemFieldsToOrder
70
            - pref: MarcItemFieldsToOrder
71
              type: textarea
71
              type: textarea
72
              syntax: text/x-yaml
72
              syntax: text/x-yaml
73
            - "You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code"
73
            - "<p>You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code</p>"
74
            - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
74
            - "<p>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z</p>"
75
            - If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).
75
            - "<p>If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).</p>"
76
        -
76
        -
77
            - pref: ClaimsBccCopy
77
            - pref: ClaimsBccCopy
78
              default: no
78
              default: no
79
- 

Return to bug 34644