瀏覽代碼

Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0

Laurent Destailleur 7 年之前
父節點
當前提交
c7d0e917fb
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      htdocs/compta/facture/document.php

+ 3 - 2
htdocs/compta/facture/document.php

@@ -4,6 +4,7 @@
  * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
  * Copyright (C) 2005-2011 Regis Houssin         <regis.houssin@capnetworks.com>
  * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
+ * Copyright (C) 2017      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
@@ -161,6 +162,6 @@ else
 	print $langs->trans("ErrorUnknown");
 }
 
-$db->close();
-
 llxFooter();
+
+$db->close();