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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-3 / +4 lines)
Lines 84-95 Acquisitions: Link Here
84
            - <br>WARNING - Leave this field empty if you don't want to activate this automatic feature.
84
            - <br>WARNING - Leave this field empty if you don't want to activate this automatic feature.
85
            - "<br>Example: [30] Sets purgation of suggestions for those older than 30 days."
85
            - "<br>Example: [30] Sets purgation of suggestions for those older than 30 days."
86
            - <br>(Used when the cronjob purge_suggestions.pl is active and called without a specific number of days)
86
            - <br>(Used when the cronjob purge_suggestions.pl is active and called without a specific number of days)
87
        -
87
            - pref: OrderPriceRounding
88
            - pref: OrderPriceRounding
88
              default: ''
89
              default: ''
89
              choices:
90
              choices:
90
                '': Don't round
91
                '': Don't round
91
                nearest_cent: Round to nearest cent
92
                nearest_cent: Round
92
            - determines whether full precision values or rounded values should be used in price calculations
93
            - to nearest cent.<br>
94
            - Determines whether full precision values or rounded values should be used in price calculations
93
        -
95
        -
94
            - pref: UseACQFrameworkForBiblioRecords
96
            - pref: UseACQFrameworkForBiblioRecords
95
              default: no
97
              default: no
96
- 

Return to bug 18736