[freeside-commits] branch FREESIDE_3_BRANCH updated. 00979889e2978afba63ce696574647d0b34c6d41
Jeremy Davis
jeremyd at 420.am
Thu Mar 13 07:57:40 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 00979889e2978afba63ce696574647d0b34c6d41 (commit)
from be0e9e416110d38acdc864a9019bfc47870ee5c2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 00979889e2978afba63ce696574647d0b34c6d41
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Mar 13 10:57:34 2014 -0400
#28054 Router export not compatible with 3.x
diff --git a/FS/FS/part_export/router.pm b/FS/FS/part_export/router.pm
index 3071ece..eee7a4e 100644
--- a/FS/FS/part_export/router.pm
+++ b/FS/FS/part_export/router.pm
@@ -97,7 +97,7 @@ $DEBUG = 1;
sub rebless { shift; }
-sub _field_prefix { 'admin'; }
+sub _field_prefix { 'cf_admin'; }
sub _req_router_fields {
map {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/router.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list