Changed notice msg to warnings and changed bg color for warning
[fa-stable.git] / admin / void_transaction.php
index e93af71a44af859ccebc44ab03d051aa471a22fb..35f4400771735411d6f32bf08036ee0843e43a95 100644 (file)
@@ -130,7 +130,7 @@ function voiding_controls()
                }       
                else
                {
-               display_notification_centered(_("Are you sure you want to void this transaction ? This action cannot be undone."), 0, 1);
+               display_warning(_("Are you sure you want to void this transaction ? This action cannot be undone."), 0, 1);
                if ($_POST['filterType'] == 0) // GL transaction are not included in get_trans_view_str
                        $view_str = get_gl_view_str($_POST['filterType'],$_POST['trans_no'], _("View Transaction"));
                else