From 07488fec3d55297e620801ba079f55bdf3bd00ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 19 Oct 2019 20:23:31 +0200 Subject: [PATCH] Update index.php --- htdocs/mrp/index.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/htdocs/mrp/index.php b/htdocs/mrp/index.php index b6c20cde620..b4f90b758a9 100644 --- a/htdocs/mrp/index.php +++ b/htdocs/mrp/index.php @@ -1,9 +1,10 @@ - * Copyright (C) 2003 Jean-Louis Bergamo - * Copyright (C) 2004-2017 Laurent Destailleur - * Copyright (C) 2005-2012 Regis Houssin - * Copyright (C) 2019 Nicolas ZABOURI + * Copyright (C) 2003 Jean-Louis Bergamo + * Copyright (C) 2004-2017 Laurent Destailleur + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2019 Nicolas ZABOURI + * Copyright (C) 2019 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -209,6 +210,10 @@ if ($resql) print ''; $i++; } + } else { + print ''; + print '' . $langs->trans("None") . ''; + print ''; } print ""; print "
";