mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-26 08:29:28 +00:00
Recht zum Bearbeiten von Abgeschickten Bestellungen hinzugefügt
This commit is contained in:
+10
-6
@@ -1961,12 +1961,16 @@ if($_GET['method']=='update')
|
||||
echo "<br><br>";
|
||||
if($disabled!='')
|
||||
{
|
||||
echo '<script type="text/javascript">
|
||||
$(document).ready(function()
|
||||
{
|
||||
FelderSperren(true);
|
||||
});
|
||||
</script>';
|
||||
//Wenn die Advanced Berechtigung vorhanden ist, werden die Felder nicht gesperrt
|
||||
if(!$rechte->isBerechtigt('wawi/bestellung_advanced',null, 'suid'))
|
||||
{
|
||||
echo '<script type="text/javascript">
|
||||
$(document).ready(function()
|
||||
{
|
||||
FelderSperren(true);
|
||||
});
|
||||
</script>';
|
||||
}
|
||||
}
|
||||
|
||||
if($status->isStatiVorhanden($bestellung->bestellung_id, 'Abgeschickt'))
|
||||
|
||||
Reference in New Issue
Block a user