FIX Price in combo list of service does not use the correct price level
This commit is contained in:
parent
4d41b1b33c
commit
a520642d97
@ -1318,6 +1318,8 @@ else
|
|||||||
{
|
{
|
||||||
$object->fetch_thirdparty();
|
$object->fetch_thirdparty();
|
||||||
|
|
||||||
|
$soc = $object->thirdparty; // $soc is used later
|
||||||
|
|
||||||
$result=$object->fetch_lines(); // This also init $this->nbofserviceswait, $this->nbofservicesopened, $this->nbofservicesexpired=, $this->nbofservicesclosed
|
$result=$object->fetch_lines(); // This also init $this->nbofserviceswait, $this->nbofservicesopened, $this->nbofservicesexpired=, $this->nbofservicesclosed
|
||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
dol_print_error($db,$object->error);
|
dol_print_error($db,$object->error);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user