This commit is contained in:
Laurent Destailleur 2015-04-02 12:55:00 +02:00
parent 52523effc8
commit c62687d198
3 changed files with 2 additions and 3 deletions

View File

@ -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`

View File

@ -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';

View File

@ -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);