This commit is contained in:
Karl Burkhart
2011-01-19 15:56:36 +00:00
parent cb3130945c
commit 619efba7db
+2 -10
View File
@@ -1670,15 +1670,7 @@ if($aktion == 'suche')
}
</script>';
}
// gibt eine Bestelldetailzeile aus
@@ -1694,7 +1686,7 @@ if($aktion == 'suche')
$removeDetail = "removeDetail(".$i.", ".$bestelldetail_id.")";
}
}
$preisprove = sprintf("%01.2f",$preisprove);
echo "<tr id ='row_$i'>\n";
echo "<td><a onClick='$removeDetail' title='Bestelldetail löschen'> <img src=\"../skin/images/delete_round.png\" class='cursor'> </a></td>\n";
echo "<td><input type='text' size='2' name='pos_$i' id='pos_$i' maxlength='2' value='$i'></input></td>\n";