Laurent Destailleur 10 năm trước cách đây
mục cha
commit
c62687d198

+ 0 - 1
dev/translation/txpull.sh

@@ -26,7 +26,6 @@ fi
 
 if [ "x$1" = "xall" ]
 then
-    cd htdocs/lang
 	for dir in `find htdocs/langs/* -type d`
 	do
 	    fic=`basename $dir`

+ 1 - 1
htdocs/admin/supplier_order.php

@@ -185,7 +185,7 @@ else if ($action == 'set_SUPPLIER_ORDER_OTHER')
     // TODO We add/delete permission until permission can have a condition on a global var
     $r_id = 1190;
     $entity = $conf->entity;
-    $r_desc='Permission for second approval';
+    $r_desc=$langs->trans("Permission1190");
     $r_modul='fournisseur';
     $r_type='w';
     $r_perms='commande';

+ 1 - 1
htdocs/product/class/product.class.php

@@ -1583,7 +1583,7 @@ class Product extends CommonObject
 				$this->db->free($resql);
 
 
-				// Retrieve all extrafield for thirdparty
+				// Retreive all extrafield for current object
 				// fetch optionals attributes and labels
 				require_once(DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php');
 				$extrafields=new ExtraFields($this->db);