Browse Source

Update list.php

Frédéric FRANCE 2 years ago
parent
commit
5a1f1bf058
1 changed files with 3 additions and 1 deletions
  1. 3 1
      htdocs/holiday/list.php

+ 3 - 1
htdocs/holiday/list.php

@@ -3,7 +3,7 @@
  * Copyright (C) 2013-2020 Laurent Destailleur	<eldy@users.sourceforge.net>
  * Copyright (C) 2012-2016 Regis Houssin	<regis.houssin@inodbox.com>
  * Copyright (C) 2018      Charlene Benke	<charlie@patas-monkey.com>
- * Copyright (C) 2019-2021 Frédéric France		<frederic.france@netlogic.fr>
+ * Copyright (C) 2019-2022 Frédéric France		<frederic.france@netlogic.fr>
  *
  * 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
@@ -908,6 +908,8 @@ if ($resql) {
 					}
 				}
 			}
+			// status
+			print '<td></td>';
 			print '</tr>';
 		}
 	}