From b5334b47bd51715a3cf62085d5ef9ede861ddb98 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2016 16:22:43 +0200 Subject: [PATCH] Code comment. Add missing translation keyword --- htdocs/langs/en_US/cashdesk.lang | 1 - htdocs/langs/en_US/main.lang | 2 ++ htdocs/product/stock/class/productlot.class.php | 10 +++------- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/htdocs/langs/en_US/cashdesk.lang b/htdocs/langs/en_US/cashdesk.lang index 7b80d1a6f47..0261c0550cc 100644 --- a/htdocs/langs/en_US/cashdesk.lang +++ b/htdocs/langs/en_US/cashdesk.lang @@ -12,7 +12,6 @@ CashDeskOn=on CashDeskThirdParty=Third party ShoppingCart=Shopping cart NewSell=New sell -BackOffice=Back office AddThisArticle=Add this article RestartSelling=Go back on sell SellFinished=Sell finished diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index e0b21059d4e..2b1bd61f94c 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -701,6 +701,8 @@ RelatedObjects=Related Objects ClassifyBilled=Classify billed Progress=Progress ClickHere=Click here +FrontOffice=Front office +BackOffice=Back office # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/product/stock/class/productlot.class.php b/htdocs/product/stock/class/productlot.class.php index 9b15ed31fcc..6c37ed0a7ad 100644 --- a/htdocs/product/stock/class/productlot.class.php +++ b/htdocs/product/stock/class/productlot.class.php @@ -20,10 +20,9 @@ */ /** - * \file stock/productlot.class.php + * \file product/stock/class/productlot.class.php * \ingroup stock - * \brief This file is an example for a CRUD class file (Create/Read/Update/Delete) - * Put some comments here + * \brief This is CRUD class file to manage table productlot (Create/Read/Update/Delete) */ // Put here all includes required by your class file @@ -32,10 +31,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php'; //require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php'; /** - * Class Productlot - * - * Put here description of your class - * @see CommonObject + * Class with list of lots and properties */ class Productlot extends CommonObject {