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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +5 lines)
Lines 429-434 Link Here
429
                };
429
                };
430
            [% END %]
430
            [% END %]
431
431
432
            if( $("#quantity").val() < 1 ) {
433
                alert(_("You must receive at least one item"));
434
                return false;
435
            }
436
432
            return true;
437
            return true;
433
        }
438
        }
434
439
435
- 

Return to bug 21811