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 1229-1235 Link Here
1229
                        $('#modal-order-main #items-panel').removeClass('show').addClass('hide');
1229
                        $('#modal-order-main #items-panel').removeClass('show').addClass('hide');
1230
                    }
1230
                    }
1231
                }
1231
                }
1232
                if(row.invoice_unit_price) {
1232
                if(row.invoice_currency && row.invoice_currency != active_currency) {
1233
                    $("#select_currency").show();
1233
                    $("#select_currency").show();
1234
                    $("#unitprice").prop("readonly", true);
1234
                    $("#unitprice").prop("readonly", true);
1235
                    $("input[name='change_currency']").prop('checked', true);
1235
                    $("input[name='change_currency']").prop('checked', true);
1236
- 

Return to bug 33863