Skip to content

Commit

Permalink
Patient Medcations:
Browse files Browse the repository at this point in the history
- Now the user can change the Begin Date of the medication. Default: Current Date
  • Loading branch information
Gino Rivera committed Jun 3, 2016
1 parent effa559 commit 2484a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/view/patient/Medications.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ Ext.define('App.view.patient.Medications', {
width: 90,
dataIndex: 'begin_date',
sortable: false,
hideable: false
hideable: false,
editor: {
xtype: 'datefield',
format: 'Y-m-d'
}
},
{
xtype: 'datecolumn',
Expand Down

0 comments on commit 2484a5a

Please sign in to comment.