X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_types.php;h=6639e05a8eddaaeebe8588b6df010506d83b2523;hb=d567a10b7925c8bb97c734e213d6651a979af29d;hp=adfa7b9df70ea0797cb1fdde45fddb3969e7e614;hpb=231b2de9031a927156a58998fdb5601447732b38;p=fa-stable.git diff --git a/taxes/tax_types.php b/taxes/tax_types.php index adfa7b9d..6639e05a 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 3; $path_to_root=".."; @@ -110,7 +120,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["purchasing_gl_code"] . " " . $myrow["PurchasingAccountName"]); edit_button_cell("Edit".$myrow["id"], _("Edit")); - edit_button_cell("Delete".$myrow["id"], _("Delete")); + delete_button_cell("Delete".$myrow["id"], _("Delete")); end_row(); }