Changeset 1364
- Timestamp:
- 02/16/07 17:28:07 (6 years ago)
- Location:
- ccsd
- Files:
-
- 2 edited
-
private/modules/ccs_rurallink_billing.py (modified) (1 diff)
-
trunk/crcnetd/modules/ccs_billing.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccsd/private/modules/ccs_rurallink_billing.py
r1363 r1364 168 168 send_from = config_get("billing", "email_from", "invoices") 169 169 send_email = config_getboolean("billing", "email", True) 170 force_email = config_get boolean("billing", "force_email", None)170 force_email = config_get("billing", "force_email", None) 171 171 used_mb = int(customer["used_mb"]) 172 172 if not send_email: -
ccsd/trunk/crcnetd/modules/ccs_billing.py
r1362 r1364 676 676 """Emails a copy of the the specified invoice to the customer""" 677 677 global billing_template_dir 678 force_email = config_get boolean("billing", "force_email", None)678 force_email = config_get("billing", "force_email", None) 679 679 680 680 # Can't send email if no template available
Note: See TracChangeset
for help on using the changeset viewer.
