mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Bevor Status Abgeschickt vorhanden ist wird bei Freigabe angezeigt dass zuerst Abgeschickt werden soll
This commit is contained in:
+6
-1
@@ -1544,7 +1544,12 @@ if($_GET['method']=='update')
|
||||
echo "</td>\n";
|
||||
echo "<td>Freigabe:</td>\n";
|
||||
echo "<td colspan =2>";
|
||||
|
||||
|
||||
if(!$status->isStatiVorhanden($bestellung->bestellung_id, 'Abgeschickt') && $bestellung->freigegeben != 't')
|
||||
{
|
||||
echo "<span>Bitte Abschicken zur Freigabe.</span>";
|
||||
}
|
||||
|
||||
$freigabebutton = true;
|
||||
// Freigabe Buttons fuer Kostenstelle Anzeigen
|
||||
if($status->isStatiVorhanden($bestellung->bestellung_id, 'Freigabe'))
|
||||
|
||||
Reference in New Issue
Block a user