mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
+12
-1
@@ -893,6 +893,17 @@ if($aktion == 'suche')
|
||||
}
|
||||
}
|
||||
|
||||
// Welche OEs müssen noch freigeben
|
||||
if($status->getFreigabeFromBestellung($bestellung->bestellung_id))
|
||||
{
|
||||
$bestellung->FreigabeOe($bestellung->bestellung_id);
|
||||
echo "<input type='submit' value='KST Freigabe' name ='btn_freigabe_kst'>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
echo "</td></tr>";
|
||||
echo "</table>\n";
|
||||
@@ -1456,7 +1467,7 @@ if($aktion == 'suche')
|
||||
}
|
||||
|
||||
$bestellung_brutto = $bestellung_new->getBrutto($bestellung_new->bestellung_id);
|
||||
echo $bestellung_brutto;
|
||||
echo "Summe: ".$bestellung_brutto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user