adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

Typo in Order class definition

Open csterritt opened this issue 12 years ago • 0 comments

The app/models/order.js file has line 6:

customer: Ep.belongsTo('order')

which should be

customer: Ep.belongsTo('customer')

Right? Or am I misunderstanding this?

csterritt avatar Sep 21 '13 15:09 csterritt