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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +2 lines)
Lines 119-124 $(document).ready(function() { Link Here
119
        number: true
119
        number: true
120
    });
120
    });
121
121
122
    jQuery.validator.addMethod("decimal_rate", jQuery.validator.methods.number, __("Please add rate in valid format: 0.00"));
123
122
    jQuery.validator.addClassRules("rate", {
124
    jQuery.validator.addClassRules("rate", {
123
        decimal_rate: true
125
        decimal_rate: true
124
    });
126
    });
125
- 

Return to bug 35087