Skip to content
Snippets Groups Projects
Commit bcc5bebd authored by Francis Appels's avatar Francis Appels
Browse files

Fix deliveryorder qty and remainingqty positions

parent 840a98d8
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@ class pdf_typhon extends ModelePDFDeliveryOrder
$this->posxcomm=112;
//$this->posxtva=112;
//$this->posxup=126;
$this->posxqty=174;
$this->posxremainingqty=165;
$this->posxqty=165;
$this->posxremainingqty=185;
//$this->posxdiscount=162;
//$this->postotalht=174;
if ($this->page_largeur < 210) // To work with US executive format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment