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 413-418 Link Here
413
                };
413
                };
414
            [% END %]
414
            [% END %]
415
415
416
            if( $("#quantity").val() < 1 ) {
417
                alert(_("You must receive at least one item"));
418
                return false;
419
            }
420
416
            return true;
421
            return true;
417
        }
422
        }
418
423
419
- 

Return to bug 21811