X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fvoid_transaction.php;h=3d967ec2c7d94c8f2ca71436e6cd71f27e89c19b;hb=e8f8879003c1918b59e6da26be7f3927115ec21f;hp=e93af71a44af859ccebc44ab03d051aa471a22fb;hpb=d2bd6087025dfd8497777f6ce2305ff98879473a;p=fa-stable.git diff --git a/admin/void_transaction.php b/admin/void_transaction.php index e93af71a..3d967ec2 100644 --- a/admin/void_transaction.php +++ b/admin/void_transaction.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 14; @@ -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