From 37bc7c3f1d2178fb270f4cb03440b7688eaf92e7 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Sun, 19 Apr 2015 13:05:40 +0200 Subject: [PATCH] typo --- htdocs/product/class/propalmergepdfproduct.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/product/class/propalmergepdfproduct.class.php b/htdocs/product/class/propalmergepdfproduct.class.php index b2b7296d311..dffc86a1540 100644 --- a/htdocs/product/class/propalmergepdfproduct.class.php +++ b/htdocs/product/class/propalmergepdfproduct.class.php @@ -225,7 +225,7 @@ class Propalmergepdfproduct extends CommonObject /** * Load object in memory from the database * - * @param int $id Id object + * @param int $product_id Id object * @param string $lang lang string id * @return int <0 if KO, >0 if OK */ @@ -637,7 +637,8 @@ class Propalmergepdfproduct extends CommonObject } -class PropalmergepdfproductLine{ +class PropalmergepdfproductLine +{ var $id; var $fk_product; @@ -652,5 +653,4 @@ class PropalmergepdfproductLine{ function __construct() { return 1; } - }