Age | Commit message (Collapse) | Author |
|
I'm not sure how these two lines got ditched, but they're back.
|
|
->param('cust_fields') argument is no longer required
when the parameter is not passed, the initial value previously passed to cust_header() is used
if @cust_fields is empty, cust_header() is called with no arguments
|
|
number of calls to FS::UI::Web::cust_header() by 3 in this component
|
|
|
|
batch, RT#30309
|
|
I figured this need only parallel the discount report. That is, the discount
only is reported and applied if the period of recurrence is some whole number
of months. From my exploration of discounts it appeared that one could specify
discounts for other periods, but they did not appear on invoices.
|
|
populated the fields. FS RT #27208
|
|
|
|
|
|
|
|
|
|
#884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searches on *who* made changes to run faster. The best example of this
is on the homepage when it looks for the last modified customers by the
current user. On our system that query could take 5 minutes across so
many history records. Now takes a manageable amount of time with this
index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
customer, #30413
|
|
|
|
|