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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +3 lines)
Lines 426-431 Link Here
426
            tr.append('<td>'+display_string( 'item_type_id', item._strings, item.item_type_id )+'</td>');
426
            tr.append('<td>'+display_string( 'item_type_id', item._strings, item.item_type_id )+'</td>');
427
            tr.append('<td>'+display_string( 'materials_notes', item._strings, item.materials_notes )+'</td>');
427
            tr.append('<td>'+display_string( 'materials_notes', item._strings, item.materials_notes )+'</td>');
428
            tr.append('<td>'+(item.public_notes||'')+'</td>');
428
            tr.append('<td>'+(item.public_notes||'')+'</td>');
429
430
            const fp = document.querySelector("#datereceived")._flatpickr;
431
            fp.setDate(new Date());
429
        };
432
        };
430
433
431
        var items_columns = [null, null, 'external_id', 'home_library_id',
434
        var items_columns = [null, null, 'external_id', 'home_library_id',
432
- 

Return to bug 8179