Skip to content

Commit

Permalink
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 16, 2022
2 parents 3b1058e + aaa2ad7 commit 23feae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion build/makepack-dolibarr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nnnick/chartjs/scripts`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nnnick/chartjs/src`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nnnick/chartjs/test`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/lib/Mail`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/samples`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/php-iban/docs`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/*/tests`;
Expand Down
6 changes: 4 additions & 2 deletions htdocs/comm/mailing/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,10 @@
exit;
}
$mesgs[] = $object->error;
$mesgs = array_merge($mesgs, $object->errors);
}

setEventMessages(null, $mesgs, 'errors');
setEventMessages('', $mesgs, 'errors');
$action = "create";
}

Expand Down Expand Up @@ -605,9 +606,10 @@
exit;
}
$mesgs[] = $object->error;
$mesgs = array_merge($mesgs, $object->errors);
}

setEventMessages($mesg, $mesgs, 'errors');
setEventMessages('', $mesgs, 'errors');
$action = "edit";
} else {
$action = "edit";
Expand Down
10 changes: 0 additions & 10 deletions htdocs/includes/ckeditor/ckeditor/adapters/jquery.js

This file was deleted.

0 comments on commit 23feae3

Please sign in to comment.