VMA UPDATES
Navigation:
Back to Documentation Home /
Development Updates /
Update - 1.0.9 /
Update 1.0.9
-- Update --
Update Type - Minor Code Changes / 2023-
-
Fixed an issue where after adding a customer, the confirmation
message was not displayes as intended.
(This occurred because the newly
created library libutils.php was not
included in the list of required libraries).
-
Fixed an issue where service center employees were being correctly added but debugging information
flagged the transactions as 'failing to save'.
(This occured because of a incorrectly defined logical expression used for validating the success of mysql operations.
Note: Insertion/Update operations do not return rows, hence row count cannot be used in a generic function as a logic test for the success of an arbitrary MySQL operation.)
-