mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
bugfix edit positions getpreise
This commit is contained in:
parent
6fc74f1bf3
commit
dcedcec0f2
@ -1454,7 +1454,9 @@ class YUI {
|
||||
$intern = false;
|
||||
$cmd = $this->app->Secure->GetGET('cmd');
|
||||
}
|
||||
|
||||
|
||||
$priceCol = 'b.preis';
|
||||
|
||||
if($cmd === 'getpreise') {
|
||||
$ret = null;
|
||||
//$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");
|
||||
$adresse = $moduleArr['adresse'];//$this->app->DB->Select("SELECT adresse FROM $module WHERE id = '$id' LIMIT 1");
|
||||
$funktion = ucfirst($module).'MitUmsatzeuer';
|
||||
$priceCol = 'b.preis';
|
||||
$join = '';
|
||||
$anrede = 'firma';
|
||||
if(!$this->app->erp->AnzeigeBelegNettoAdresse($anrede, $module, $projekt, $adresse, $id)
|
||||
|
Loading…
Reference in New Issue
Block a user