Severity: 8192
Message: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: models/releasenote.php
Line Number: 336
Backtrace:
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/models/releasenote.php
Line: 336
Function: htmlspecialchars
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/controllers/releases.php
Line: 118
Function: get_all_where
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/index.php
Line: 269
Function: require_once
getArticlesInLayout now also returns the component articles, through the property componentArticles.
When a preparation method in getArticlesInLayout contains no text, the field name will be filled with a description of the attached article, if available.
quantity is now accompanied by decimalPlaces to be able to transfer decimal amounts. decimalPlaces indicates how many positions the comma should be shifted.
For example, let's say we want to transfer the number 1,55: quantity = 155 decimalPlaces = 2
Or the number 935,401: quantity = 935401 decimalPlaces = 3
Finally, a round number, 50: quantity = 50 decimalPlaces = 0
When payTableOrder is requested with only part of an order, the API Service now actually checks the content of every order line, instead of simply comparing the number of lines. Because the old method caused issues when the new order had the same amount of lines as the old order, but with different amounts.
Images that are returned in the imageList through getProducts are now sorted by actual sequence number, instead of order of creation. That way any changes in that sequence are properly transferred.
v1.9.0 // © Mplus Software 2014 - 2025