Fix: syntax error

This commit is contained in:
Laurent Destailleur 2011-05-12 22:41:36 +00:00
parent 77031ca5a4
commit a8cdc77767
2 changed files with 3 additions and 3 deletions

View File

@ -75,11 +75,11 @@ class doc_generic_invoice_odt extends ModelePDFFactures
$this->option_modereg = 0; // Affiche mode reglement
$this->option_condreg = 0; // Affiche conditions reglement
$this->option_codeproduitservice = 0; // Affiche code produit-service
$this->option_multilang = 1; // Dispo en plusieurs langues
$this->option_multilang = 0; // Dispo en plusieurs langues
$this->option_escompte = 0; // Affiche si il y a eu escompte
$this->option_credit_note = 0; // Support credit notes
$this->option_freetext = 1; // Support add of a personalised text
$this->option_draft_watermark = 1; // Support add of a watermark on drafts
$this->option_draft_watermark = 0; // Support add of a watermark on drafts
// Recupere emetteur
$this->emetteur=$mysoc;

View File

@ -967,7 +967,7 @@ class pdf_oursin extends ModelePDFFactures
// Add list of linked orders and proposals
// TODO mutualiser
$object->fectObjectLinked();
$object->fetchObjectLinked();
foreach($object->linkedObjects as $objecttype => $objects)
{