From: vincent@cubedesigners.com Date: Mon, 30 May 2016 14:09:50 +0000 (+0000) Subject: wip #450 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=af8ae56ff24f33f6e2618d97feea8746291d4602;p=cubeextranet.git wip #450 @1 --- diff --git a/images/extranet/docs/template.pdf b/images/extranet/docs/template.pdf index 347dff240..6c2d3243b 100644 Binary files a/images/extranet/docs/template.pdf and b/images/extranet/docs/template.pdf differ diff --git a/inc/extranet/Metier/class.extranet.facture.php b/inc/extranet/Metier/class.extranet.facture.php index 70a4073f3..06c2bda87 100644 --- a/inc/extranet/Metier/class.extranet.facture.php +++ b/inc/extranet/Metier/class.extranet.facture.php @@ -12,7 +12,7 @@ class extranetFacture extends extranetDocument { public function getBackground() { if ($this->status == 0) { - $this->fond3 = $this->fond1 = $this->fond2 = $this->fond = 5; + $this->fond3 = $this->fond1 = $this->fond2 = $this->fond = 6; } else { $this->fond3 = $this->fond1 = $this->fond2 = $this->fond = 5; }