Code comment. Add missing translation keyword

This commit is contained in:
Laurent Destailleur 2016-07-21 16:22:43 +02:00
parent 2a6ab47689
commit b5334b47bd
3 changed files with 5 additions and 8 deletions

View File

@ -12,7 +12,6 @@ CashDeskOn=on
CashDeskThirdParty=Third party CashDeskThirdParty=Third party
ShoppingCart=Shopping cart ShoppingCart=Shopping cart
NewSell=New sell NewSell=New sell
BackOffice=Back office
AddThisArticle=Add this article AddThisArticle=Add this article
RestartSelling=Go back on sell RestartSelling=Go back on sell
SellFinished=Sell finished SellFinished=Sell finished

View File

@ -701,6 +701,8 @@ RelatedObjects=Related Objects
ClassifyBilled=Classify billed ClassifyBilled=Classify billed
Progress=Progress Progress=Progress
ClickHere=Click here ClickHere=Click here
FrontOffice=Front office
BackOffice=Back office
# Week day # Week day
Monday=Monday Monday=Monday
Tuesday=Tuesday Tuesday=Tuesday

View File

@ -20,10 +20,9 @@
*/ */
/** /**
* \file stock/productlot.class.php * \file product/stock/class/productlot.class.php
* \ingroup stock * \ingroup stock
* \brief This file is an example for a CRUD class file (Create/Read/Update/Delete) * \brief This is CRUD class file to manage table productlot (Create/Read/Update/Delete)
* Put some comments here
*/ */
// Put here all includes required by your class file // 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'; //require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
/** /**
* Class Productlot * Class with list of lots and properties
*
* Put here description of your class
* @see CommonObject
*/ */
class Productlot extends CommonObject class Productlot extends CommonObject
{ {