HOTFIX facture shown groupDetail

This commit is contained in:
Tolotsoa 2025-09-05 01:10:11 +03:00
parent bdff3b0331
commit 409f0857de

View File

@ -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);
}