HOTFIX facture shown groupDetail
This commit is contained in:
parent
bdff3b0331
commit
409f0857de
@ -5663,7 +5663,6 @@ COMMENTAIRES: ".$comment;
|
||||
|
||||
public function getFactureGroupByFactureIdWithDetails($factureId)
|
||||
{
|
||||
|
||||
$facture = $this->getFactureGroupById($factureId);
|
||||
$configuration = $this->getConfiguration(BddConstant::DEFAULT_ADMIN_ID_NEXTCLOUD);
|
||||
$configuration = json_decode($configuration);
|
||||
@ -5700,7 +5699,6 @@ COMMENTAIRES: ".$comment;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if($isFactureSingleClient) {
|
||||
$client = $this->getClientById($facture['fk_client_id']);
|
||||
$facture['group_name'] = $client["client_nom"];
|
||||
@ -5716,7 +5714,6 @@ COMMENTAIRES: ".$comment;
|
||||
$facture['year'],
|
||||
$devisMentionFilters
|
||||
);
|
||||
|
||||
} else {
|
||||
$devisList = $this->getDevisDataGroupByFactureId($factureId, $devisMentionFilters);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user