FOC fixed

This commit is contained in:
yarzar_code
2020-03-25 14:24:43 +06:30
parent aff75a6ec8
commit 5f93048a15
4 changed files with 50 additions and 45 deletions

View File

@@ -67,7 +67,6 @@ class CardSaleTran < ApplicationRecord
shift_closed_at As closing_date,")
.order("shift_sales.id DESC")
return query = query.where("shift_sales.shift_started_at >= ?" , from)
byebug
end
end