Skip to content

Commit

Permalink
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
eldy committed Mar 3, 2012
2 parents fb6aad1 + 5139c0a commit 2772d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -110,7 +110,7 @@ function get_substitutionarray_object($object,$outputlangs)
'object_ref_supplier'=>$object->ref_fournisseur,
'object_source_invoice_ref'=>$invoice_source->ref,
'object_date'=>dol_print_date($object->date,'day'),
'object_date_limit'=>dol_print_date($object->date_lim_reglement,'dayhour'),
'object_date_limit'=>dol_print_date($object->date_lim_reglement,'day'),
'object_date_creation'=>dol_print_date($object->date_creation,'day'),
'object_date_modification'=>dol_print_date($object->date_modification,'day'),
'object_date_validation'=>dol_print_date($object->date_validation,'dayhour'),
Expand Down
4 changes: 2 additions & 2 deletions htdocs/core/modules/facture/doc/pdf_crabe.modules.php
Expand Up @@ -226,7 +226,7 @@ function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hid

$tab_top = 90;
$tab_top_newpage = 50;
$tab_height = 110;
$tab_height = 130;
$tab_height_newpage = 150;

// Affiche notes
Expand Down Expand Up @@ -356,7 +356,7 @@ function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hid
{
if ($pagenb == 1)
{
$this->_tableau($pdf, $tab_top, $tab_height + 20, $nexY, $outputlangs);
$this->_tableau($pdf, $tab_top, $tab_height + 40, $nexY, $outputlangs);
}
else
{
Expand Down

0 comments on commit 2772d1d

Please sign in to comment.