mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
auftrag refresh only open items
This commit is contained in:
parent
943bac22a3
commit
69ef3d4ed6
@ -6690,7 +6690,7 @@ Die Gesamtsumme stimmt nicht mehr mit ursprünglich festgelegten Betrag '.
|
|||||||
{
|
{
|
||||||
|
|
||||||
// refresh all open items
|
// refresh all open items
|
||||||
$openids = $this->app->DB->SelectArr("SELECT id from auftrag WHERE status <> 'abgeschlossen'");
|
$openids = $this->app->DB->SelectArr("SELECT id from auftrag WHERE status <>'abgeschlossen' and status <>'storniert' and status <>'angelegt'");
|
||||||
foreach ($openids as $openid) {
|
foreach ($openids as $openid) {
|
||||||
$this->app->erp->AuftragAutoversandBerechnen($openid['id']);
|
$this->app->erp->AuftragAutoversandBerechnen($openid['id']);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user