Skip to content

Commit

Permalink
feat(IN): estado observacion (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel authored Mar 3, 2023
1 parent 6c0bfd4 commit 5b2496b
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 5b2496b

Please sign in to comment.