Correct travis
This commit is contained in:
parent
7bf1ea2cac
commit
56831ecd16
@ -87,8 +87,6 @@ if ($action == 'update') {
|
|||||||
$res = dolibarr_set_const($db, 'TAX_MODE_BUY_SERVICE', $value,'chaine',0,'',$conf->entity);
|
$res = dolibarr_set_const($db, 'TAX_MODE_BUY_SERVICE', $value,'chaine',0,'',$conf->entity);
|
||||||
if (! $res > 0) $error++;
|
if (! $res > 0) $error++;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Others options
|
// Others options
|
||||||
foreach ($list as $constname) {
|
foreach ($list as $constname) {
|
||||||
$constvalue = GETPOST($constname, 'alpha');
|
$constvalue = GETPOST($constname, 'alpha');
|
||||||
|
|||||||
@ -2052,8 +2052,8 @@ class SupplierInvoiceLine extends CommonObjectLine
|
|||||||
/**
|
/**
|
||||||
* Deletes a line
|
* Deletes a line
|
||||||
*
|
*
|
||||||
* @param bool|int $notrigger
|
* @param bool|int $notrigger 1=Does not execute triggers, 0= execute triggers
|
||||||
* @return int -1 KO; 1 OK
|
* @return int 0 if KO, 1 if OK
|
||||||
*/
|
*/
|
||||||
public function delete($notrigger = 0)
|
public function delete($notrigger = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user