summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_export.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-17 09:48:09 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-17 09:48:09 -0700
commit06f92269d9fe378cfa2f00c958404a6e8df642ff (patch)
tree9171a03cbd64f37b6b0c8271974f04e5042242fa /httemplate/edit/process/part_export.cgi
parent67065f306c08433774a1044bcd8e5d6254d752da (diff)
parent7ce77a80cf98d1b97e8bcd942d03905902b9d653 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Conflicts: httemplate/view/cust_main/packages/contact.html
Diffstat (limited to 'httemplate/edit/process/part_export.cgi')
-rw-r--r--httemplate/edit/process/part_export.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_export.cgi b/httemplate/edit/process/part_export.cgi
index bcb9c0df1..e0c470675 100644
--- a/httemplate/edit/process/part_export.cgi
+++ b/httemplate/edit/process/part_export.cgi
@@ -56,6 +56,7 @@ my $new = new FS::part_export ( {
if ( $cgi->param('svc_machine') eq 'Y' ) {
$new->machine('_SVC_MACHINE');
$new->part_export_machine_textarea( $cgi->param('part_export_machine') );
+ $new->default_machine_name( $cgi->param('default_machine_name') );
}
my $error;