fix - EMS: blank lines appearing in registrants
This commit is contained in:
parent
fe39696e79
commit
c5b47acfe8
5 changed files with 97 additions and 1 deletions
|
|
@ -33,6 +33,9 @@
|
|||
- fix: Creating a new account when purchasing something properly redirects users to the checkout page
|
||||
- fix: Group expiration dates on subscriptions are now correct
|
||||
- fix: Rating numbers drop after rating asset (perlDreamer Consulting, LLC)
|
||||
- fix: EMS: blank lines appearing in registrants. Note - this fix requires
|
||||
the use of new template variables in the EMS checkout template. See
|
||||
gotchas.txt for details.
|
||||
|
||||
7.3.8
|
||||
- Fixed a template variable rewriting problem with HTML::Template::Expr
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.3.9
|
||||
--------------------------------------------------------------------
|
||||
* If you're using the Events Management System and have a custom
|
||||
checkout template, you will need to use the following template
|
||||
variables to implement the fix: isError, errorLoop, error.
|
||||
Documentation on their use is in the online help and you can also
|
||||
look at the default template for an example use.
|
||||
|
||||
7.3.8
|
||||
--------------------------------------------------------------------
|
||||
* For those who upgraded to 7.3.7, any EventsCalendars (with their
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue