Synchro
This commit is contained in:
parent
5f987a6812
commit
694c705069
@ -96,6 +96,7 @@ class modPropale extends DolibarrModules
|
|||||||
*/
|
*/
|
||||||
function init()
|
function init()
|
||||||
{
|
{
|
||||||
|
|
||||||
// Permissions et valeurs par défaut
|
// Permissions et valeurs par défaut
|
||||||
$this->remove();
|
$this->remove();
|
||||||
|
|
||||||
@ -135,6 +136,7 @@ class modPropale extends DolibarrModules
|
|||||||
$this->rights[6][3] = 0; // La permission est-elle une permission par défaut
|
$this->rights[6][3] = 0; // La permission est-elle une permission par défaut
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$sql = array(
|
$sql = array(
|
||||||
"DELETE FROM ".MAIN_DB_PREFIX."propal_model_pdf WHERE nom = '".$this->const[0][2]."'",
|
"DELETE FROM ".MAIN_DB_PREFIX."propal_model_pdf WHERE nom = '".$this->const[0][2]."'",
|
||||||
"INSERT INTO ".MAIN_DB_PREFIX."propal_model_pdf (nom)
|
"INSERT INTO ".MAIN_DB_PREFIX."propal_model_pdf (nom)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user