X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fagent.pm;h=e24ebe11e0b24a6c85e8bfadfb05f1f76bc79ed2;hp=62cf185ed087fde55b4cdc0b9ad96cd7957910cc;hb=2c3d4dac5b3e159a7e5bd4df457db5f148340a31;hpb=f1e9e0cd3fb22e3e615142889f5f3df799841cc2 diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm index 62cf185ed..e24ebe11e 100644 --- a/FS/FS/part_pkg/agent.pm +++ b/FS/FS/part_pkg/agent.pm @@ -107,6 +107,10 @@ sub calc_recur { my $pkg_details = $cust_main->name_short. ': '; #name? + my $cust_location = $cust_pkg->cust_location; + $pkg_details .= $cust_location->locationname. ': ' + if $cust_location->locationname; + my $part_pkg = $cust_pkg->part_pkg; # + something to identify package... primary service probably