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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-5 / +5 lines)
Lines 46-55 Acquisitions: Link Here
46
                  no: "Do not warn"
46
                  no: "Do not warn"
47
            - when the librarian tries to create an invoice with a duplicate number.
47
            - when the librarian tries to create an invoice with a duplicate number.
48
        -
48
        -
49
            - Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar").
49
            - "Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a=\"foo bar\"):"
50
            - pref: AcqItemSetSubfieldsWhenReceived
50
            - pref: AcqItemSetSubfieldsWhenReceived
51
        -
51
        -
52
            - Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a="bar foo").
52
            - "Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a=\"bar foo\"):"
53
            - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
53
            - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
54
        -
54
        -
55
            - pref: AcqEnableFiles
55
            - pref: AcqEnableFiles
Lines 92-111 Acquisitions: Link Here
92
                '': Don't round
92
                '': Don't round
93
                nearest_cent: Round
93
                nearest_cent: Round
94
            - to nearest cent.<br>
94
            - to nearest cent.<br>
95
            - Determines whether full precision values or rounded values should be used in price calculations
95
            - Determines whether full precision values or rounded values should be used in price calculations.
96
        -
96
        -
97
            - pref: UseACQFrameworkForBiblioRecords
97
            - pref: UseACQFrameworkForBiblioRecords
98
              default: no
98
              default: no
99
              choices:
99
              choices:
100
                yes: "Use"
100
                yes: "Use"
101
                no: "Don't use"
101
                no: "Don't use"
102
            - " the framework 'ACQ' for bibliographic records fields"
102
            - " the framework 'ACQ' for bibliographic records fields."
103
        -
103
        -
104
            - "Choose email address that new purchase suggestions will be sent to: "
104
            - "Choose email address that new purchase suggestions will be sent to: "
105
            - pref: EmailPurchaseSuggestions
105
            - pref: EmailPurchaseSuggestions
106
              default: 0
106
              default: 0
107
              choices:
107
              choices:
108
                  0: None
108
                  0: none
109
                  EmailAddressForSuggestions: EmailAddressForSuggestions
109
                  EmailAddressForSuggestions: EmailAddressForSuggestions
110
                  BranchEmailAddress: email address of branch
110
                  BranchEmailAddress: email address of branch
111
                  KohaAdminEmailAddress: KohaAdminEmailAddress
111
                  KohaAdminEmailAddress: KohaAdminEmailAddress
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-5 / +5 lines)
Lines 32-41 Tools: Link Here
32
            - "Show the author for news items:"
32
            - "Show the author for news items:"
33
            - pref: NewsAuthorDisplay
33
            - pref: NewsAuthorDisplay
34
              choices:
34
              choices:
35
                  none: "Not at all"
35
                  none: "not at all"
36
                  opac: "OPAC only"
36
                  opac: "OPAC only"
37
                  staff: "Staff client only"
37
                  staff: "staff interface only"
38
                  both: "Both OPAC and staff client"
38
                  both: "both OPAC and staff interface"
39
            - "."
39
        -
40
        -
40
            - Use
41
            - Use
41
            - pref: NewsToolEditor
42
            - pref: NewsToolEditor
Lines 54-57 Tools: Link Here
54
            - By default, show
55
            - By default, show
55
            - pref: NumSavedReports
56
            - pref: NumSavedReports
56
              class: integer
57
              class: integer
57
            - reports on the Saved Reports page.
58
            - reports on the Saved reports page.
58
- 

Return to bug 25630