This commit is contained in:
@ -33,7 +33,7 @@ case 'GET':
|
||||
case 'PUT':
|
||||
$body = read_json_body();
|
||||
$clientCode = trim((string)($body['clientCode'] ?? ''));
|
||||
$note = (string)($body['note'] ?? '');
|
||||
$note = qdb_normalize_client_followup_note($body['note'] ?? '');
|
||||
|
||||
try {
|
||||
$opened = qdb_open_write_or_fail();
|
||||
|
||||
Reference in New Issue
Block a user