Skip to content

Commit

Permalink
fix: buyer and sellers in supplier invoice and supplier order list ar…
Browse files Browse the repository at this point in the history
…e not corectly defined (#32028)

* fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined

* chore: revert bad changes
  • Loading branch information
FHenry authored Nov 21, 2024
1 parent c12a7e1 commit 240c5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/fourn/commande/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
$societe = new Societe($db);
$societe->fetch($cmd->socid);
$objecttmp->vat_reverse_charge = $societe->vat_reverse_charge;
$objecttmp->thirdparty = $societe;
}
$objecttmp->socid = $cmd->socid;
$objecttmp->type = $objecttmp::TYPE_STANDARD;
Expand Down

0 comments on commit 240c5bb

Please sign in to comment.