Added button to send copy of Invoice in PreorderBillingInvoice
This commit is contained in:
@@ -13,6 +13,10 @@ $period = "monthly";
|
||||
$netowner_config = TT_PREORDER_BILLING[$invoice->netowner_id];
|
||||
$netoperator_config = $netowner_config["netoperators"][$invoice->owner_id];
|
||||
|
||||
if($netoperator_config["billing-period"] == "quarterly") {
|
||||
$period = "quarterly";
|
||||
}
|
||||
|
||||
if($period == "monthly") {
|
||||
$fmt = new IntlDateFormatter(
|
||||
MFLOCALE_TIME,
|
||||
|
||||
Reference in New Issue
Block a user