freeside.git
5 years agoRT# 82988 - V3 fix
Christopher Burger [Wed, 13 Mar 2019 13:21:11 +0000 (09:21 -0400)]
RT# 82988 - V3 fix

5 years agoRT# 82988 - added check for batch payment upload scripts to make sure they can handle...
Christopher Burger [Tue, 12 Mar 2019 21:02:07 +0000 (17:02 -0400)]
RT# 82988 - added check for batch payment upload scripts to make sure they can handle credit batches.

5 years agoRT# 82988 - fixed resolve credit batches from RBC
Christopher Burger [Mon, 11 Mar 2019 15:13:28 +0000 (11:13 -0400)]
RT# 82988 - fixed resolve credit batches from RBC

5 years agoRT# 82988 - Fixed so only formats that can handle electronic refunds can download...
Christopher Burger [Sun, 10 Mar 2019 23:12:20 +0000 (19:12 -0400)]
RT# 82988 - Fixed so only formats that can handle electronic refunds can download those files

Conflicts:
httemplate/view/cust_main/menu.html

5 years agoRT# 82087 - updated error messages
Christopher Burger [Fri, 8 Mar 2019 01:56:15 +0000 (20:56 -0500)]
RT# 82087 - updated error messages

5 years agoRT# 82942 Force UTF8 client_encoding for Pg in RT::Handle
Mitch Jackson [Mon, 4 Mar 2019 00:26:41 +0000 (19:26 -0500)]
RT# 82942 Force UTF8 client_encoding for Pg in RT::Handle

5 years agoRT# 82942 Replace DBI->connect() with FS::DBI->connect()
Mitch Jackson [Mon, 4 Mar 2019 01:34:23 +0000 (20:34 -0500)]
RT# 82942 Replace DBI->connect() with FS::DBI->connect()

5 years agoRT# 82942 Add FS::DBI, to fix database connection encoding bug
Mitch Jackson [Sun, 3 Mar 2019 21:35:25 +0000 (16:35 -0500)]
RT# 82942 Add FS::DBI, to fix database connection encoding bug

- Add FS::DBI
  - Drop-in replacement for DBI
  - Ensures client_encoding is set to UTF8 for DBD::Pg
- Implement FS::DBI in FS::UID, where nearly all freeside
  database connections are established

5 years agoRT# 82955 Fix egc_truncate error in FS::pay_batch::paymentech
Mitch Jackson [Fri, 1 Mar 2019 23:57:05 +0000 (18:57 -0500)]
RT# 82955 Fix egc_truncate error in FS::pay_batch::paymentech

5 years agoRT# 82955 - fixed typo
Christopher Burger [Fri, 1 Mar 2019 09:06:49 +0000 (04:06 -0500)]
RT# 82955 - fixed typo

5 years agoRT# 82955 - will only try to delete if refund found
Christopher Burger [Fri, 1 Mar 2019 08:58:35 +0000 (03:58 -0500)]
RT# 82955 - will only try to delete if refund found

5 years agoRT# 82955 - fixed batch delete error
Christopher Burger [Fri, 1 Mar 2019 07:52:02 +0000 (02:52 -0500)]
RT# 82955 - fixed batch delete error

5 years agoRT# 82955 - add script to un refund electronic refunds in batch file
Christopher Burger [Fri, 1 Mar 2019 07:05:51 +0000 (02:05 -0500)]
RT# 82955 - add script to un refund electronic refunds in batch file

5 years agoRT# 81961 Pod2Html remove hard-coded perl src dirs
Mitch Jackson [Wed, 27 Feb 2019 01:18:47 +0000 (20:18 -0500)]
RT# 81961 Pod2Html remove hard-coded perl src dirs

5 years agoRT# 81961 Fix POD error
Mitch Jackson [Mon, 25 Feb 2019 02:54:02 +0000 (21:54 -0500)]
RT# 81961 Fix POD error

5 years agoRT# 81961 Pod2Html make docs during build, instead of install
Mitch Jackson [Wed, 20 Feb 2019 01:20:43 +0000 (20:20 -0500)]
RT# 81961 Pod2Html make docs during build, instead of install

5 years agoRT# 81961 Pod2Html can use installed libs, or Freeside source
Mitch Jackson [Wed, 20 Feb 2019 01:17:29 +0000 (20:17 -0500)]
RT# 81961 Pod2Html can use installed libs, or Freeside source

5 years agoRT# 81961 Repair broken links in POD documentation
Mitch Jackson [Sun, 17 Feb 2019 01:20:54 +0000 (20:20 -0500)]
RT# 81961 Repair broken links in POD documentation

- Update many links
- chmod a+x scripts in FS/bin, so Pod::Simple::HTMLBatch will
  parse them for POD documentation

5 years agoRT# 82092 - updated escaping html to use encode-entities
Christopher Burger [Tue, 26 Feb 2019 16:06:33 +0000 (11:06 -0500)]
RT# 82092 - updated escaping html to use encode-entities

Conflicts:
FS/FS/part_virtual_field.pm

5 years agoRT# 82092 - v3 display fix
Christopher Burger [Thu, 21 Feb 2019 20:36:45 +0000 (15:36 -0500)]
RT# 82092 - v3 display fix

5 years agoRT# 82092 - Removed reload of DB Schema
Christopher Burger [Thu, 21 Feb 2019 17:56:24 +0000 (12:56 -0500)]
RT# 82092 - Removed reload of DB Schema

5 years agoRT# 82092 - Updated text to remind customer to restart apache after creating custom...
Christopher Burger [Thu, 21 Feb 2019 17:17:10 +0000 (12:17 -0500)]
RT# 82092 - Updated text to remind customer to restart apache after creating custom field

Conflicts:
httemplate/elements/header-full.html

5 years agoRT# 82092 - added field validation
Christopher Burger [Tue, 19 Feb 2019 20:57:51 +0000 (15:57 -0500)]
RT# 82092 - added field validation

5 years agoRT# 82092 - custom fields now save and fixed so name label is displayed insted of...
Christopher Burger [Tue, 19 Feb 2019 19:42:25 +0000 (14:42 -0500)]
RT# 82092 - custom fields now save and fixed so name label is displayed insted of actual field name

Conflicts:
FS/FS/Record.pm
httemplate/edit/process/cust_main.cgi

5 years agoRT# 82854 - fixed pagination error
Christopher Burger [Fri, 15 Feb 2019 14:22:47 +0000 (09:22 -0500)]
RT# 82854 - fixed pagination error

Conflicts:
FS/FS/cust_main/Search.pm

5 years agoRT# 82087 - updated saisei documentation
Christopher Burger [Wed, 13 Feb 2019 22:49:50 +0000 (17:49 -0500)]
RT# 82087 - updated saisei documentation

5 years agoclarify CDR skipping options only work with prefix rating, RT#81480
Ivan Kohler [Wed, 13 Feb 2019 22:20:38 +0000 (14:20 -0800)]
clarify CDR skipping options only work with prefix rating, RT#81480

5 years agoMerge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into...
Christopher Burger [Wed, 13 Feb 2019 18:30:38 +0000 (13:30 -0500)]
Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH

5 years agofix skip_old when date has leading 0, RT#81480
Ivan Kohler [Wed, 13 Feb 2019 18:26:21 +0000 (10:26 -0800)]
fix skip_old when date has leading 0, RT#81480

5 years agoRT# 82087 - added logging for decode json error
Christopher Burger [Wed, 13 Feb 2019 16:57:15 +0000 (11:57 -0500)]
RT# 82087 - added logging for decode json error

5 years agoRT# 81961 Pod to HTML from Makefile
Mitch Jackson [Fri, 8 Feb 2019 01:45:43 +0000 (20:45 -0500)]
RT# 81961 Pod to HTML from Makefile

5 years agoRT# 81961 Generate HTML from POD during debian package install
Mitch Jackson [Wed, 6 Feb 2019 22:51:30 +0000 (17:51 -0500)]
RT# 81961 Generate HTML from POD during debian package install

5 years agoRT# 81961 Move POD to HTML code into FS::Misc::Pod2Html module
Mitch Jackson [Mon, 4 Feb 2019 03:33:37 +0000 (22:33 -0500)]
RT# 81961 Move POD to HTML code into FS::Misc::Pod2Html module

5 years agoRT# 81961 Include HTML for POD documentation
Mitch Jackson [Fri, 1 Feb 2019 06:49:33 +0000 (01:49 -0500)]
RT# 81961 Include HTML for POD documentation

5 years agoRT# 81941 Broadsoft R22.0 cdr module
Mitch Jackson [Fri, 1 Feb 2019 02:39:10 +0000 (21:39 -0500)]
RT# 81941 Broadsoft R22.0 cdr module

5 years agoRT# 78356 - cleaned up error message display
Christopher Burger [Tue, 29 Jan 2019 22:43:25 +0000 (17:43 -0500)]
RT# 78356 - cleaned up error message display

5 years agort# 78356 - fix v3 sector issue
Christopher Burger [Tue, 29 Jan 2019 19:40:26 +0000 (14:40 -0500)]
rt# 78356 - fix v3 sector issue

5 years agoRT 78356 - fixed display of error on tower and sector exports
Christopher Burger [Tue, 29 Jan 2019 18:25:01 +0000 (13:25 -0500)]
RT 78356 - fixed display of error on tower and sector exports

5 years agoRT# 78356 - fixed root path error, and the display of 404 status returns
Christopher Burger [Mon, 28 Jan 2019 22:33:36 +0000 (17:33 -0500)]
RT# 78356 - fixed root path error, and the display of 404 status returns

5 years agoRT# 81701 Add system log lines for EFT Canada upload/download
Mitch Jackson [Tue, 8 Jan 2019 05:01:21 +0000 (00:01 -0500)]
RT# 81701 Add system log lines for EFT Canada upload/download

5 years agoRT# 81701 Add system log lines for EFT Canada upload/download
Mitch Jackson [Mon, 10 Dec 2018 01:26:34 +0000 (20:26 -0500)]
RT# 81701 Add system log lines for EFT Canada upload/download

5 years agoRT# 37817 - added a declaration to cust bill event actions that send out invoices
Christopher Burger [Tue, 15 Jan 2019 19:08:36 +0000 (14:08 -0500)]
RT# 37817 - added a declaration to cust bill event actions that send out invoices

5 years agoRT# 81249 - Fixed error where empty field becomes 0.
Christopher Burger [Thu, 10 Jan 2019 01:19:26 +0000 (20:19 -0500)]
RT# 81249 - Fixed error where empty field becomes 0.

5 years agoRT# 81249 - added ability to validate price plan option fields
Christopher Burger [Wed, 9 Jan 2019 17:28:19 +0000 (12:28 -0500)]
RT# 81249 - added ability to validate price plan option fields

Conflicts:
httemplate/edit/part_pkg.cgi

5 years agoRT# 38217 Log context list includes all contexts, not just predefined
Mitch Jackson [Tue, 8 Jan 2019 22:13:15 +0000 (17:13 -0500)]
RT# 38217 Log context list includes all contexts, not just predefined

5 years agoRT# 35259 - Added option to attach a file thru quick ticket creation
Christopher Burger [Mon, 7 Jan 2019 18:33:21 +0000 (13:33 -0500)]
RT# 35259 - Added option to attach a file thru quick ticket creation

Conflicts:
rt/share/html/index.html

5 years agoRT# 37817 - Added more invoice sending actions
Christopher Burger [Fri, 4 Jan 2019 21:13:05 +0000 (16:13 -0500)]
RT# 37817 - Added more invoice sending actions

5 years agoRT# 37817 - Updated to set condition to check for invoice sending action
Christopher Burger [Fri, 4 Jan 2019 16:41:34 +0000 (11:41 -0500)]
RT# 37817 - Updated to set condition to check for invoice sending action

5 years agoRT 81913 - fixed error with batch email from advanced customer reports and contacts...
Christopher Burger [Thu, 3 Jan 2019 17:38:32 +0000 (12:38 -0500)]
RT 81913 - fixed error with batch email from advanced customer reports and contacts report

Conflicts:
httemplate/search/contact.html
httemplate/search/cust_main.html

5 years agopod
Ivan Kohler [Tue, 1 Jan 2019 19:09:39 +0000 (11:09 -0800)]
pod

5 years agohttp exports for additional service types, RT#81945
Ivan Kohler [Tue, 1 Jan 2019 18:44:50 +0000 (10:44 -0800)]
http exports for additional service types, RT#81945

5 years agoRT# 74537 - fixes error where paytype is blank in V3
Christopher Burger [Thu, 27 Dec 2018 19:39:04 +0000 (14:39 -0500)]
RT# 74537 - fixes error where paytype is blank in V3

5 years agoRT# 40206 Add logging to freeside-cdr-mysql
Mitch Jackson [Thu, 27 Dec 2018 01:37:48 +0000 (20:37 -0500)]
RT# 40206 Add logging to freeside-cdr-mysql

5 years agoRT# - added Holidays thru 2019
Christopher Burger [Wed, 26 Dec 2018 19:09:46 +0000 (14:09 -0500)]
RT# - added Holidays thru 2019

Conflicts:
FS/FS/pay_batch/eft_canada.pm

5 years agoRT# 81596 - fixed freeside-upgrade to not drop custom fields
Christopher Burger [Fri, 21 Dec 2018 19:06:15 +0000 (14:06 -0500)]
RT# 81596 - fixed freeside-upgrade to not drop custom fields

5 years agoRT# 74693 - Added city select when using tax classes
Christopher Burger [Tue, 11 Dec 2018 23:45:36 +0000 (18:45 -0500)]
RT# 74693 - Added city select when using tax classes

5 years agoRT# 74693 - Added Bulk edit of rates only
Christopher Burger [Tue, 11 Dec 2018 23:01:30 +0000 (18:01 -0500)]
RT# 74693 - Added Bulk edit of rates only

Conflicts:
httemplate/browse/cust_main_county.cgi

5 years agoRT# 79916 Makefile copies latex .sty files
Mitch Jackson [Sun, 9 Dec 2018 23:37:56 +0000 (18:37 -0500)]
RT# 79916 Makefile copies latex .sty files

5 years agoRT# 77532 - search count is now correct
Christopher Burger [Sat, 8 Dec 2018 13:55:07 +0000 (08:55 -0500)]
RT# 77532 - search count is now correct

Conflicts:
FS/FS/cust_main/Search.pm

5 years agoRT# 81574 Fix FS::GeocodeCache error with set_coord()
Mitch Jackson [Wed, 5 Dec 2018 17:37:00 +0000 (12:37 -0500)]
RT# 81574 Fix FS::GeocodeCache error with set_coord()

5 years agoRT# 71289 - now shows contact email and phone changes while attached to customer
Christopher Burger [Fri, 30 Nov 2018 20:42:53 +0000 (15:42 -0500)]
RT# 71289 - now shows contact email and phone changes while attached to customer

Conflicts:
httemplate/elements/change_history_common.html
httemplate/view/cust_main/change_history.html

5 years agoRT# 81574 Update Google Geocode API that sets location coordinates
Mitch Jackson [Sat, 1 Dec 2018 05:04:04 +0000 (00:04 -0500)]
RT# 81574 Update Google Geocode API that sets location coordinates

5 years agoRT# 81830 Critical log event for corrupted invoice data
Mitch Jackson [Sat, 1 Dec 2018 06:01:03 +0000 (01:01 -0500)]
RT# 81830 Critical log event for corrupted invoice data

5 years agoMerge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into...
Christopher Burger [Fri, 30 Nov 2018 14:24:49 +0000 (09:24 -0500)]
Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH

5 years agoRevert "RT# 79636,42357 Suppress $0.00 summary line items"
Mitch Jackson [Fri, 30 Nov 2018 07:15:19 +0000 (02:15 -0500)]
Revert "RT# 79636,42357 Suppress $0.00 summary line items"

This reverts commit a66fcac48d676a3218f5d25aa270a2e18554acd5.

5 years agoRT# 81557 - Added checkbox to validate cc on import, and cc validation.
Christopher Burger [Thu, 29 Nov 2018 19:49:24 +0000 (14:49 -0500)]
RT# 81557 - Added checkbox to validate cc on import, and cc validation.

Conflicts:
FS/FS/cust_main/Import.pm

5 years agoRT# 32238 Billing Event cust_birthdate - Cleaner date compare window
Mitch Jackson [Thu, 29 Nov 2018 00:31:41 +0000 (19:31 -0500)]
RT# 32238 Billing Event cust_birthdate - Cleaner date compare window

5 years agoRT# 32238 Billing Event cust_birthdate - Amended labels
Mitch Jackson [Wed, 28 Nov 2018 23:36:33 +0000 (18:36 -0500)]
RT# 32238 Billing Event cust_birthdate - Amended labels

5 years agoRT# 32238 Billing Event cust_birthdate
Mitch Jackson [Sat, 30 Jun 2018 03:00:00 +0000 (22:00 -0500)]
RT# 32238 Billing Event cust_birthdate

5 years agoRT# 32241 E911 Fee Report - Include fees bundled with packages
Mitch Jackson [Sun, 8 Jul 2018 23:19:32 +0000 (18:19 -0500)]
RT# 32241 E911 Fee Report - Include fees bundled with packages

5 years agoOption to ignore old CDRs, RT#81480
Ivan Kohler [Wed, 28 Nov 2018 21:41:36 +0000 (13:41 -0800)]
Option to ignore old CDRs, RT#81480

5 years agofix error linking legacy services, RT#81818
Ivan Kohler [Wed, 28 Nov 2018 21:17:53 +0000 (13:17 -0800)]
fix error linking legacy services, RT#81818

5 years agoRT# 76309 Fix typo
Mitch Jackson [Wed, 28 Nov 2018 20:32:14 +0000 (15:32 -0500)]
RT# 76309 Fix typo

5 years agoRT# 76309 Validate E-Mail address on billing event action notice_to
Mitch Jackson [Wed, 28 Nov 2018 20:24:45 +0000 (15:24 -0500)]
RT# 76309 Validate E-Mail address on billing event action notice_to

5 years agoRT# 76309 Add validation for part_event_option.optionvalue
Mitch Jackson [Wed, 28 Nov 2018 20:20:48 +0000 (15:20 -0500)]
RT# 76309 Add validation for part_event_option.optionvalue

5 years agoRT# 76309 E-Mail validation methods
Mitch Jackson [Wed, 28 Nov 2018 20:16:32 +0000 (15:16 -0500)]
RT# 76309 E-Mail validation methods

5 years agoRT# 81126 - fixed require svc_broadband ip check
Christopher Burger [Wed, 28 Nov 2018 15:30:35 +0000 (10:30 -0500)]
RT# 81126 - fixed require svc_broadband ip check

5 years agoRT# 81126 - IP address field now shows required when required, IP address and Radius...
Christopher Burger [Wed, 28 Nov 2018 13:55:29 +0000 (08:55 -0500)]
RT# 81126 - IP address field now shows required when required, IP address and Radius Group sticky on error when provisioning svc broadband

Conflicts:
FS/FS/svc_broadband.pm

5 years agoMerge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE...
Ivan Kohler [Wed, 28 Nov 2018 05:16:18 +0000 (21:16 -0800)]
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH

5 years agomenu link, RT#81809
Ivan Kohler [Wed, 28 Nov 2018 05:13:35 +0000 (21:13 -0800)]
menu link, RT#81809

5 years agoRT# 38217 Fix msg_template freeside-upgrade bug
Mitch Jackson [Tue, 27 Nov 2018 23:28:30 +0000 (18:28 -0500)]
RT# 38217 Fix msg_template freeside-upgrade bug

5 years agoselect agent and customer fields on attachment report, RT#81809
Ivan Kohler [Tue, 27 Nov 2018 23:19:59 +0000 (15:19 -0800)]
select agent and customer fields on attachment report, RT#81809

5 years agowhen canceling services across multiple packages, transaction-protect each one separa...
Mark Wells [Wed, 20 Jul 2016 16:43:38 +0000 (09:43 -0700)]
when canceling services across multiple packages, transaction-protect each one separately, from #37177

Conflicts:
FS/FS/cust_main.pm

5 years agoRT# 77532 - V3 fix changing cust_contact to contact
Christopher Burger [Wed, 21 Nov 2018 00:02:02 +0000 (19:02 -0500)]
RT# 77532 - V3 fix changing cust_contact to contact

5 years agospacing, and order like sql, RT#77532
Ivan Kohler [Wed, 1 Aug 2018 21:05:02 +0000 (14:05 -0700)]
spacing, and order like sql, RT#77532

5 years agofix error w/current perl - can't call keys on a scalar hashref anymore, RT#77532
Ivan Kohler [Sun, 1 Oct 2017 21:39:47 +0000 (14:39 -0700)]
fix error w/current perl - can't call keys on a scalar hashref anymore, RT#77532

Conflicts:
httemplate/search/cust_main.html

5 years agoRT# 77532 - fixed search to use phone type from database
Christopher Burger [Tue, 26 Sep 2017 17:43:31 +0000 (13:43 -0400)]
RT# 77532 - fixed search to use phone type from database

5 years agoRT# 77532 - Updated advanced customer report to search contacts
Christopher Burger [Tue, 19 Sep 2017 16:12:16 +0000 (12:12 -0400)]
RT# 77532 - Updated advanced customer report to search contacts

Conflicts:
httemplate/search/cust_main.html
httemplate/search/report_cust_main.html

5 years agoRT# 77532 - Updated customer contact reports to display contact phone numers
Christopher Burger [Mon, 18 Sep 2017 17:25:39 +0000 (13:25 -0400)]
RT# 77532 - Updated customer contact reports to display contact phone numers

Conflicts:
httemplate/search/contact.html

5 years agoRT# 77532 - updated customer search bar to search contacts for info.
Christopher Burger [Mon, 18 Sep 2017 14:26:23 +0000 (10:26 -0400)]
RT# 77532 - updated customer search bar to search contacts for info.

5 years agoRT# 81752 - set RBC pay batch import options to use payment date from file rather...
Christopher Burger [Tue, 20 Nov 2018 17:35:00 +0000 (12:35 -0500)]
RT# 81752 - set RBC pay batch import options to use payment date from file rather than file processing date

5 years agoMerge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into...
Christopher Burger [Tue, 20 Nov 2018 16:12:24 +0000 (11:12 -0500)]
Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH

5 years agoself-xss, RT#81757
Ivan Kohler [Mon, 19 Nov 2018 22:43:18 +0000 (14:43 -0800)]
self-xss, RT#81757

5 years agoRT# 75628 - Added AutoreplyOrCorrespondence template to freeside core RT.
Christopher Burger [Fri, 27 Oct 2017 16:12:23 +0000 (12:12 -0400)]
RT# 75628 - Added AutoreplyOrCorrespondence template to freeside core RT.

5 years agoRT# 81730 - added code to fix possible cross origin request error
Christopher Burger [Fri, 16 Nov 2018 16:14:32 +0000 (11:14 -0500)]
RT# 81730 - added code to fix possible cross origin request error

5 years agoRT# 81730 - fixed XMLHttpRequest async issue, and fixed changed .gov api link.
Christopher Burger [Fri, 16 Nov 2018 14:09:13 +0000 (09:09 -0500)]
RT# 81730 - fixed XMLHttpRequest async issue, and fixed changed .gov api link.

5 years agoRT# 80138 - Added config option to display/edit customer option to send or not send...
Christopher Burger [Thu, 15 Nov 2018 16:37:27 +0000 (11:37 -0500)]
RT# 80138 - Added config option to display/edit customer option to send or not send payment receipts

Conflicts:
FS/FS/Schema.pm
httemplate/edit/cust_main/billing.html
httemplate/view/cust_main/billing.html

5 years agodoc ship address, RT#33417
Ivan Kohler [Thu, 15 Nov 2018 19:50:52 +0000 (11:50 -0800)]
doc ship address, RT#33417

5 years agoMerge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into...
Christopher Burger [Tue, 13 Nov 2018 18:59:47 +0000 (13:59 -0500)]
Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH

5 years agoadd option for multi-process billing to queue additional jobs for the same customer...
Ivan Kohler [Tue, 13 Nov 2018 17:39:23 +0000 (09:39 -0800)]
add option for multi-process billing to queue additional jobs for the same customer instead of skipping them, RT#81698