Revision 56c68c10
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
js/kivi.Reclamation.js | ||
---|---|---|
829 | 829 |
return; |
830 | 830 |
} |
831 | 831 |
selected_rows.forEach(function(row) { |
832 |
$(row).remove(); |
|
832 |
$(row.parents("tbody").first()).remove();
|
|
833 | 833 |
}); |
834 | 834 |
ns.renumber_positions(); |
835 | 835 |
ns.recalc_amounts_and_taxes(); |
Auch abrufbar als: Unified diff
Reclamation: FIX: löschen mit multi_edit