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 75-90 Acquisitions: Link Here
75
            - pref: MarcFieldsToOrder
75
            - pref: MarcFieldsToOrder
76
              type: textarea
76
              type: textarea
77
              syntax: text/x-yaml
77
              syntax: text/x-yaml
78
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
78
            - "<p>You can use the following fields: price, quantity, budget_code, discount, sort1, sort2</p>"
79
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
79
            - "<p>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a</p>"
80
        -
80
        -
81
            - Set the mapping values for new item records created from a MARC record in a staged file.
81
            - Set the mapping values for new item records created from a MARC record in a staged file.
82
            - pref: MarcItemFieldsToOrder
82
            - pref: MarcItemFieldsToOrder
83
              type: textarea
83
              type: textarea
84
              syntax: text/x-yaml
84
              syntax: text/x-yaml
85
            - "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"
85
            - "<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>"
86
            - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
86
            - "<p>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z</p>"
87
            - If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).
87
            - "<p>If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).</p>"
88
        -
88
        -
89
            - pref: ClaimsBccCopy
89
            - pref: ClaimsBccCopy
90
              default: no
90
              default: no
91
- 

Return to bug 34644