mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51:14 +01:00
auftrag deckungsbeitrag write einkaufspreis into auftrag_position
This commit is contained in:
parent
bf3dad7e83
commit
72684cb092
@ -12496,7 +12496,7 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
|
|||||||
}
|
}
|
||||||
$this->AuftragExplodieren($auftrag);
|
$this->AuftragExplodieren($auftrag);
|
||||||
|
|
||||||
//$this->BerechneDeckungsbeitrag($auftrag,"auftrag");
|
$this->BerechneDeckungsbeitrag($auftrag,"auftrag");
|
||||||
$auftragarr = $this->app->DB->SelectRow("SELECT projekt,internet FROM auftrag WHERE id = '$auftrag' LIMIT 1");
|
$auftragarr = $this->app->DB->SelectRow("SELECT projekt,internet FROM auftrag WHERE id = '$auftrag' LIMIT 1");
|
||||||
if(empty($auftragarr))
|
if(empty($auftragarr))
|
||||||
{
|
{
|
||||||
@ -29350,7 +29350,7 @@ function Firmendaten($field,$projekt="")
|
|||||||
{
|
{
|
||||||
foreach($ohneeks as $ek)
|
foreach($ohneeks as $ek)
|
||||||
{
|
{
|
||||||
if($ek['ekwaehrung']=='')
|
if($ek['einkaufspreis'] == 0)
|
||||||
{
|
{
|
||||||
$originalwaehrung = $ek['waehrung'];
|
$originalwaehrung = $ek['waehrung'];
|
||||||
$originalpreis = $ek['preis'];
|
$originalpreis = $ek['preis'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user