How do I contribute to the Billing module?

Discussion in 'Plugins/Modules/Addons' started by Germain, May 5, 2017.

  1. Germain

    Germain New Member

    Hi,
    I've found a bug in the Billing module (ispconfig3_billing_addon_2.0.1), where invoice_item_template_id is not duplicated inside invoice_item upon invoice creation.

    I've fixed it by editing create_recurring_invoices.php and replacing line 409 with:
    $invoice_item_template_id = isset($rec['invoice_item_template_id']) && $rec['invoice_item_template_id'] ? $rec['invoice_item_template_id'] : 0;

    Is there any way to contribute this change officially?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thank you for the bugfix, I'll include it in the next release. Please send bugfixes or contributions directly to support at ispconfig dot org
     
  3. Germain

    Germain New Member

    Alright thanks.
    I am sending another one via e-mail.
     

Share This Page