Preficicação, Convenio, Ajustes Agenda, Configurações Excessões
This commit is contained in:
@@ -116,7 +116,10 @@ function _mapRow (r) {
|
||||
is_exception: r.is_exception ?? (exceptionType != null),
|
||||
|
||||
// financeiro
|
||||
price: r.price ?? null,
|
||||
price: r.price ?? null,
|
||||
insurance_plan_id: r.insurance_plan_id ?? null,
|
||||
insurance_guide_number: r.insurance_guide_number ?? null,
|
||||
insurance_value: r.insurance_value != null ? Number(r.insurance_value) : null,
|
||||
|
||||
// timestamps
|
||||
inicio_em: r.inicio_em,
|
||||
|
||||
Reference in New Issue
Block a user