Merge pull request #1779 from aspangaro/develop-patch1

Presentation from invoice page
This commit is contained in:
Laurent Destailleur 2014-07-30 11:36:10 +02:00
commit 882af6405b

View File

@ -2915,7 +2915,7 @@ if ($action == 'create')
if ($object->type == Facture::TYPE_CREDIT_NOTE)
$sign = - 1;
$nbrows = 8;
$nbrows = 9;
$nbcols = 2;
if (! empty($conf->projet->enabled))
$nbrows ++;