You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Order: helper method for nice formatting of Total in GridFields
See #811
Can be removed if Total() works like other DB Fields
* OrderModifier: disable Amount() method
See #811
* OrderModifier: show short class name in summary fields
* shop reports: format currency values as currency
* fix linting errors
* Order: helper method for nice formatting of Total in GridFields
See #811
Can be removed if Total() works like other DB Fields
* OrderModifier: disable Amount() method
See #811
* OrderModifier: show short class name in summary fields
* shop reports: format currency values as currency
* fix linting errors
How about deprecating Order's
Total()
method and suggest using it's alias instead,GrandTotal()
?It conflicts with casting of
Total
DB field for e.g. GridField when I want to dispay it with European decimal numbers. (See related #779)This can be done in the next SS5 main release, as it's a breaking change and I don't know how many modules (or custom installations) use it right now.
Of course we can add a rector for easier upgrading to silverstripe-rector
The text was updated successfully, but these errors were encountered: