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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +2 lines)
Lines 300-305 Link Here
300
                },{
300
                },{
301
                    type    : 'number',
301
                    type    : 'number',
302
                    step    : '0.01',
302
                    step    : '0.01',
303
                    min     : '0',
303
                    onblur  : 'submit'
304
                    onblur  : 'submit'
304
                });
305
                });
305
                local.$('.editable_int').editable( function(value, settings) {
306
                local.$('.editable_int').editable( function(value, settings) {
Lines 309-314 Link Here
309
                },{
310
                },{
310
                    type    : 'number',
311
                    type    : 'number',
311
                    step    : '1',
312
                    step    : '1',
313
                    min     : '0',
312
                    onblur  : 'submit'
314
                    onblur  : 'submit'
313
                });
315
                });
314
            },
316
            },
315
- 

Return to bug 23354