FIX Price in combo list of service does not use the correct price level

This commit is contained in:
Laurent Destailleur 2019-02-03 19:54:55 +01:00
parent 4d41b1b33c
commit a520642d97

View File

@ -1318,6 +1318,8 @@ else
{
$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
if ($result < 0) {
dol_print_error($db,$object->error);