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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 1242-1248 Link Here
1242
                        $('#modal-order-main #items-panel').removeClass('show').addClass('hide');
1242
                        $('#modal-order-main #items-panel').removeClass('show').addClass('hide');
1243
                    }
1243
                    }
1244
                }
1244
                }
1245
                if(row.invoice_unit_price) {
1245
                if(row.invoice_currency && row.invoice_currency != active_currency) {
1246
                    $("#select_currency").show();
1246
                    $("#select_currency").show();
1247
                    $("#unitprice").prop("readonly", true);
1247
                    $("#unitprice").prop("readonly", true);
1248
                    $("input[name='change_currency']").prop('checked', true);
1248
                    $("input[name='change_currency']").prop('checked', true);
1249
- 

Return to bug 33863