From de39a5275fcc744487634a9a0b37cae1889c9fc3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 19 Jan 2015 04:59:25 -0800 Subject: [PATCH] cardfortress merchant deletion (disabling) --- FS/FS/part_export/cardfortress.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/cardfortress.pm b/FS/FS/part_export/cardfortress.pm index 68a1aea4e..e79205eac 100644 --- a/FS/FS/part_export/cardfortress.pm +++ b/FS/FS/part_export/cardfortress.pm @@ -56,7 +56,7 @@ sub _export_replace { } sub _export_delete { - #my( $self, $svc_x ) = (shift, shift); + my( $self, $svc_acct ) = (shift, shift); #well, we're just going to disable them for now, but there you go -- 2.11.0