This commit is contained in:
Andreas Österreicher
2011-05-30 14:46:12 +00:00
parent 5f794031a9
commit 14646445b0
+1 -1
View File
@@ -528,7 +528,7 @@ if($aktion=='update')
if(isset($_GET['id']))
{
echo '<div style="float:right">'.$ausgabemsg.'</div>';
echo '<h1>Rechnung Bearbeiten</h1>';
echo '<h1>Rechnung bearbeiten</h1>';
$rechnung_id = $_GET['id'];
if(!is_numeric($rechnung_id))