Skip to content

Commit

Permalink
Fix var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 24, 2024
1 parent 57c75a7 commit a17cb8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/core/modules/expedition/doc/pdf_merou.modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public function write_file(&$object, $outputlangs, $srctemplatepath = '', $hided
$this->expediteur = $mysoc;

//Create recipient
var_dump($object->origin);
$idcontact = $object->origin_object->getIdContact('external', 'SHIPPING');
$this->destinataire = new Contact($this->db);
if (!empty($idcontact[0])) {
Expand Down

0 comments on commit a17cb8a

Please sign in to comment.