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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 1107-1113 Link Here
1107
                    origrec[row.order_id] = row.quantity_received;
1107
                    origrec[row.order_id] = row.quantity_received;
1108
                    $("#order_edit").data('origrec', origrec);
1108
                    $("#order_edit").data('origrec', origrec);
1109
                }
1109
                }
1110
                if(row.subscription_id) {
1110
                if(row.subscription_id || row.basket.standing === true) {
1111
                    row.quantity_received = row.quantity;
1111
                    row.quantity_received = row.quantity;
1112
                }
1112
                }
1113
                var keep = $("#order_edit").data('kept');
1113
                var keep = $("#order_edit").data('kept');
1114
- 

Return to bug 34880