client/skr/screens/gl-transactions/GlTransactions.cjsx in stockor-0.3.0 vs client/skr/screens/gl-transactions/GlTransactions.cjsx in stockor-0.4.0
- old
+ new
@@ -11,10 +11,10 @@
query: new Lanes.Models.Query
title: 'Lines', src: Skr.Models.GlTransaction
syncOptions: { with: ['with_details'] }
fields: [
{ id: 'id', visible: false }
- { id: 'created_at', title: 'Date', format: Lanes.u.format.shartDate, fixedWidth: 100 }
+ { id: 'created_at', title: 'Date', format: Lanes.u.format.shortDate, fixedWidth: 100 }
{ id: 'debit_details', title: 'Debit', component: RenderPosting }
{ id: 'credit_details', title: 'Credit', component: RenderPosting }
{ id: 'source_type', fixedWidth: 180 }
{ id: 'description' }
]