Comment
This commit is contained in:
parent
52523effc8
commit
c62687d198
@ -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`
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user