|
@@ -117,7 +117,6 @@ class NoteController extends Controller
|
|
|
$response = $this->calljava($request, '/client/updateCanvasData', $data, $guestAccessCode);
|
|
|
//TODO: handle $response->success == false
|
|
|
|
|
|
- $client = Client::where('id', $note->client_id)->first();
|
|
|
$patient = $client;
|
|
|
if (file_exists(resource_path("views/app/patient/canvas-sections/{$sectionInternalName}/processor.php"))) {
|
|
|
include(resource_path("views/app/patient/canvas-sections/{$sectionInternalName}/processor.php"));
|