Revision 34d34bef
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
js/kivi.DispositionManager.js | ||
---|---|---|
3 | 3 |
$("table tr").each(function(index) { |
4 | 4 |
if ( index !== 0 ) { |
5 | 5 |
$row = $(this); |
6 |
//alert( $row.find("select[name='vendor_id[]']").val() + '!=' + $('#cv_id').val()); |
|
7 |
if( $row.find("select[name='vendor_id[]']").val() != $('#cv_id').val()) { |
|
6 |
//alert( $row.find("select[name='vendor_ids[]']").val() + '!=' + $('#cv_id').val());
|
|
7 |
if( $row.find("select[name='vendor_ids[]']").val() != $('#cv_id').val()) {
|
|
8 | 8 |
$row.remove(); |
9 | 9 |
} |
10 | 10 |
} |
Auch abrufbar als: Unified diff
DispositionManager Anpassungen nach Geoffreys patches"