fix: allow a field with date somewhere in it's name to be null in BaseService buildUp...
commitf36021536c6bb03a52480f189c3fe060cd0475db
authorstephen waite <stephen.waite@cmsvt.com>
Sat, 1 Jul 2023 10:49:44 +0000 (1 06:49 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 10:49:44 +0000 (1 06:49 -0400)
treef024a6aa131727649b76ac320b73474834556438
parent6d607055f931fe44d92a80aad0583eb00e17e53f
fix: allow a field with date somewhere in it's name to be null in BaseService buildUpdateColumns() (#6620)

* fix: allow datetime to be null when updating lists table

* fix notice passing by reference
src/Services/BaseService.php
src/Services/MedicationPatientIssueService.php