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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-3 / +1 lines)
Lines 531-538 Link Here
531
            }
531
            }
532
532
533
            $("#supplierid").kohaSelect({
533
            $("#supplierid").kohaSelect({
534
                width: '50%',
534
                allowClear: true,
535
                allowClear: false,
536
                ajax: {
535
                ajax: {
537
                    url: '/api/v1/acquisitions/vendors',
536
                    url: '/api/v1/acquisitions/vendors',
538
                    delay: 300, // wait 300 milliseconds before triggering the request
537
                    delay: 300, // wait 300 milliseconds before triggering the request
539
- 

Return to bug 36233