mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix verbindlichkeit set sachkonto
This commit is contained in:
parent
b9bec98855
commit
1baf957891
@ -814,7 +814,7 @@ class Verbindlichkeit {
|
|||||||
$positionen_kontorahmen = $this->app->erp->ReplaceKontorahmen(true,$positionen_sachkonto,false);
|
$positionen_kontorahmen = $this->app->erp->ReplaceKontorahmen(true,$positionen_sachkonto,false);
|
||||||
|
|
||||||
foreach ($ids as $posid) {
|
foreach ($ids as $posid) {
|
||||||
$sql = "UPDATE verbindlichkeit_position SET kontorahmen = '".$positionen_kontorahmen."'";
|
$sql = "UPDATE verbindlichkeit_position SET kontorahmen = '".$positionen_kontorahmen."' WHERE id =".$posid;
|
||||||
$this->app->DB->Update($sql);
|
$this->app->DB->Update($sql);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user