Ajout du type pour FACTURE_ADDON
This commit is contained in:
parent
9919030471
commit
d7a2eb82c7
@ -39,7 +39,7 @@ $facture_rib_number_var = FACTURE_RIB_NUMBER;
|
|||||||
|
|
||||||
if ($action == 'set')
|
if ($action == 'set')
|
||||||
{
|
{
|
||||||
$sql = "REPLACE INTO llx_const SET name = 'FACTURE_ADDON', value='".$value."', visible=0";
|
$sql = "REPLACE INTO llx_const SET name = 'FACTURE_ADDON', value='".$value."', visible=0, type='chaine'";
|
||||||
|
|
||||||
if ($db->query($sql))
|
if ($db->query($sql))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user