fec facture num

This commit is contained in:
Tiavina 2025-02-19 20:52:41 +03:00
parent 223c63020a
commit 985aa60f22

View File

@ -1701,7 +1701,7 @@ class PageController extends Controller {
$factures = json_decode($this->myDb->getFactures($this->idNextcloud));
foreach ($factures as $key => $facture) {
$facture_temp = array(
'num' => explode('/',$facture->num)[2],
'num' => $facture->num,
'client' => $facture->entreprise,
'nom_client' => $facture->nom,
'date' => $facture->date,