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

(-)a/koha-tmpl/intranet-tmpl/prog/js/additem.js (-2 / +1 lines)
Lines 66-72 function addMulti( count, node, unique_item_fields){ Link Here
66
            $("#" + cloneIndex).find("input[name='multiValue']").remove();
66
            $("#" + cloneIndex).find("input[name='multiValue']").remove();
67
            $("#" + cloneIndex).hide();
67
            $("#" + cloneIndex).hide();
68
            current_qty++;
68
            current_qty++;
69
            $('#quantity').val( current_qty );
69
            $('#quantity').val( current_qty ).change();
70
        });
70
        });
71
    }
71
    }
72
}
72
}
73
- 

Return to bug 35514