New clients billing url defaulting to None ??

Discussion in 'Plugins/Modules/Addons' started by ginner159, Feb 27, 2014.

  1. ginner159

    ginner159 New Member

    Hi i have the billing module installed and it runs great apart from when a new client is created i have to manually go in and change the billing url from None to Auto otherwise when it send the emails to add the payment link it just sends

    http:///billing... etc
    instead of

    http://mydomain.co.uk:8080/billing/.....

    Obvs this stops people paying me because they cant use the link and it also disables the payment link within the control panel!

    Thanks for the help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Chnage line 59 in the file /usr/local/ispconfig/interface/lib/plugins/billing_plugin.inc.php from:

    Code:
    VALUES (".$page_form->id.",1, 1,'riud','riud','',1,'',0,'none','n')";
    to

    Code:
    VALUES (".$page_form->id.",1, 1,'riud','riud','',1,'',0,'auto','n')";
     

Share This Page