un-comment bookink.checkout_by in sale
This commit is contained in:
@@ -115,7 +115,7 @@ class Sale < ApplicationRecord
|
||||
|
||||
booking.sale_id = self.id
|
||||
booking.checkout_at = Time.now.utc.getlocal
|
||||
# booking.checkout_by = requested_by.name
|
||||
booking.checkout_by = requested_by.name
|
||||
booking.save
|
||||
|
||||
InventoryJob.perform_now(self.id)
|
||||
|
||||
Reference in New Issue
Block a user