Skip to content

Commit

Permalink
feat(IN): estado observacion
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel committed Sep 5, 2022
1 parent 7b6db99 commit bdc58ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const PlanIndicacionesEstadoSchema = new Schema({
enum: ['active', 'on-hold', 'cancelled', 'completed', 'entered-in-error', 'stopped', 'draft', 'unknown', 'edited']
},
fecha: Date,
motivo: String,
observaciones: String,
verificacion: {
estado: {
type: String,
Expand Down

0 comments on commit bdc58ec

Please sign in to comment.