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
General optimization to improve the speed of the API.
A call to getAvailableTerminalList
now checks whether the database is a Master or a Slave and only returns the work places that are allowed to connect to that database.
This means that a connection to a Master database will prevent all workplaces that belong to a Slave database from being returned, and a connection to a Slave database will only return the workplaces that belong to that Slave.
createOrder
now checks if the supplied employeeNumber
actually exists, to prevent a database error.
Improvement in the stability of functions like getTableOrder
.
Issue solved with moveTableOrder
and payTableOrder
which could cause an AccessViolation
.
Issue solved when running payTableOrder
that would wrongly try to split an order, which caused a crash.
v1.9.0 // © Mplus Software 2014 - 2025