mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 06:41:14 +01:00
bugfix edit positions getpreise
This commit is contained in:
parent
6fc74f1bf3
commit
dcedcec0f2
@ -1455,6 +1455,8 @@ class YUI {
|
|||||||
$cmd = $this->app->Secure->GetGET('cmd');
|
$cmd = $this->app->Secure->GetGET('cmd');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$priceCol = 'b.preis';
|
||||||
|
|
||||||
if($cmd === 'getpreise') {
|
if($cmd === 'getpreise') {
|
||||||
$ret = null;
|
$ret = null;
|
||||||
//$scol = $this->app->Secure->GetPOST('scol');
|
//$scol = $this->app->Secure->GetPOST('scol');
|
||||||
@ -1472,7 +1474,6 @@ class YUI {
|
|||||||
$projekt = $moduleArr['projekt'];//$this->app->DB->Select("SELECT projekt FROM $module WHERE id = '$id' LIMIT 1");
|
$projekt = $moduleArr['projekt'];//$this->app->DB->Select("SELECT projekt FROM $module WHERE id = '$id' LIMIT 1");
|
||||||
$adresse = $moduleArr['adresse'];//$this->app->DB->Select("SELECT adresse FROM $module WHERE id = '$id' LIMIT 1");
|
$adresse = $moduleArr['adresse'];//$this->app->DB->Select("SELECT adresse FROM $module WHERE id = '$id' LIMIT 1");
|
||||||
$funktion = ucfirst($module).'MitUmsatzeuer';
|
$funktion = ucfirst($module).'MitUmsatzeuer';
|
||||||
$priceCol = 'b.preis';
|
|
||||||
$join = '';
|
$join = '';
|
||||||
$anrede = 'firma';
|
$anrede = 'firma';
|
||||||
if(!$this->app->erp->AnzeigeBelegNettoAdresse($anrede, $module, $projekt, $adresse, $id)
|
if(!$this->app->erp->AnzeigeBelegNettoAdresse($anrede, $module, $projekt, $adresse, $id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user