Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
vela1606 committed Apr 4, 2016
2 parents f5c7f6d + 5340c8e commit e1a43ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/model/patient/Medications.js
Expand Up @@ -221,7 +221,12 @@ Ext.define('App.model.patient.Medications', {
name: 'created_date',
type: 'date',
dateFormat: 'Y-m-d H:i:s'
}
},
{
name: 'overridden',
type: 'bool',
comment: 'This is used by the Drug-To-Drug Interactions (MODULE)'
}
],
proxy: {
type: 'direct',
Expand Down

0 comments on commit e1a43ee

Please sign in to comment.