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 45-54 Acquisitions: Link Here
45
                  no: "Do not warn"
45
                  no: "Do not warn"
46
            - when the librarian tries to create an invoice with a duplicate number.
46
            - when the librarian tries to create an invoice with a duplicate number.
47
        -
47
        -
48
            - Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar").
48
            - "Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a=\"foo bar\"):"
49
            - pref: AcqItemSetSubfieldsWhenReceived
49
            - pref: AcqItemSetSubfieldsWhenReceived
50
        -
50
        -
51
            - Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a="bar foo").
51
            - "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
            - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
52
            - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
53
        -
53
        -
54
            - pref: AcqEnableFiles
54
            - pref: AcqEnableFiles
Lines 91-110 Acquisitions: Link Here
91
                '': Don't round
91
                '': Don't round
92
                nearest_cent: Round
92
                nearest_cent: Round
93
            - to nearest cent.<br>
93
            - to nearest cent.<br>
94
            - Determines whether full precision values or rounded values should be used in price calculations
94
            - Determines whether full precision values or rounded values should be used in price calculations.
95
        -
95
        -
96
            - pref: UseACQFrameworkForBiblioRecords
96
            - pref: UseACQFrameworkForBiblioRecords
97
              default: no
97
              default: no
98
              choices:
98
              choices:
99
                yes: "Use"
99
                yes: "Use"
100
                no: "Don't use"
100
                no: "Don't use"
101
            - " the framework 'ACQ' for bibliographic records fields"
101
            - " the framework 'ACQ' for bibliographic records fields."
102
        -
102
        -
103
            - "Choose email address that new purchase suggestions will be sent to: "
103
            - "Choose email address that new purchase suggestions will be sent to: "
104
            - pref: EmailPurchaseSuggestions
104
            - pref: EmailPurchaseSuggestions
105
              default: 0
105
              default: 0
106
              choices:
106
              choices:
107
                  0: None
107
                  0: none
108
                  EmailAddressForSuggestions: EmailAddressForSuggestions
108
                  EmailAddressForSuggestions: EmailAddressForSuggestions
109
                  BranchEmailAddress: email address of branch
109
                  BranchEmailAddress: email address of branch
110
                  KohaAdminEmailAddress: KohaAdminEmailAddress
110
                  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
    Upload:
41
    Upload:
41
        -
42
        -
Lines 48-51 Tools: Link Here
48
            - By default, show
49
            - By default, show
49
            - pref: NumSavedReports
50
            - pref: NumSavedReports
50
              class: integer
51
              class: integer
51
            - reports on the Saved Reports page.
52
            - reports on the Saved reports page.
52
- 

Return to bug 25630