Fix pat type
This commit is contained in:
@@ -45,7 +45,7 @@ App.List = DS.Model.extend
|
|||||||
).property('state', 'orders.@each.state')
|
).property('state', 'orders.@each.state')
|
||||||
close: ->
|
close: ->
|
||||||
@markClosed()
|
@markClosed()
|
||||||
$.post Routes.close_suppliers_list_pat(@id)
|
$.post Routes.close_suppliers_list_path(@id)
|
||||||
|
|
||||||
is_helped: ->
|
is_helped: ->
|
||||||
@markHelped()
|
@markHelped()
|
||||||
|
|||||||
Reference in New Issue
Block a user