diff --git a/htdocs/don/card.php b/htdocs/don/card.php index 46f223d3857..5a9e439a9c7 100644 --- a/htdocs/don/card.php +++ b/htdocs/don/card.php @@ -730,7 +730,7 @@ if (! empty($id) && $action != 'edit') print '
'; } - if (($object->statut == 0 || $object->statut == 1) && $remaintopay == 0 && $object->paid == 0) + if (($object->statut == 0 || $object->statut == 1) && $totalpaid == 0 && $object->paid == 0) { print '"; } diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index c46d76ce4ba..e844793b601 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -1,5 +1,6 @@ + * Copyright (C) 2018 Nicolas ZABOURI