This commit is contained in:
Aung Myo
2017-08-14 15:01:44 +06:30
parent 069ad16733
commit a691eb8d64
4 changed files with 15 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ class Sale < ApplicationRecord
add_item(item)
end
# link_order_sale(order.id)
link_order_sale(order.id)
end
self.save!