mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
bugfix differenz_auslieferung_tage < 2
This commit is contained in:
parent
3fe8fcd8aa
commit
2cd60b0bd8
@ -34839,7 +34839,7 @@ function Firmendaten($field,$projekt="")
|
||||
$projekt = $orderRow['projekt'];
|
||||
$differenztage = $this->Projektdaten($projekt,'differenz_auslieferung_tage');
|
||||
if($differenztage<0 || empty($differenztage)) {
|
||||
$differenztage=2;
|
||||
$differenztage=0;
|
||||
}
|
||||
$lieferdatum = $orderRow['lieferdatum'];
|
||||
$land = $orderRow['land'];
|
||||
|
Loading…
Reference in New Issue
Block a user