fixup commit for tag 'unstable_2_0_5'
[fa-stable.git] / admin / fiscalyears.php
index 8aa558b0d908b8ef92c31d029d2218fb0977da2c..8dfe4a8f5197d6c084d6558e07f0c9ab45896337 100644 (file)
@@ -1,14 +1,5 @@
 <?php
-/**********************************************************************
-    Copyright (C) FrontAccounting, LLC.
-       Released under the terms of the GNU Affero General Public License,
-       AGPL, as published by the Free Software Foundation, either version 
-       3 of the License, or (at your option) any later version.
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
-    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
-***********************************************************************/
+
 $page_security = 9;
 $path_to_root="..";
 include_once($path_to_root . "/includes/session.inc");
@@ -150,7 +141,7 @@ function display_fiscalyears()
                label_cell($closed_text);
                edit_button_cell("Edit".$myrow['id'], _("Edit"));
                if ($myrow["id"] != $company_year)
-                       delete_button_cell("Delete".$myrow['id'], _("Delete"));
+                       edit_button_cell("Delete".$myrow['id'], _("Delete"));
                else
                        label_cell('');
                end_row();