remove puts in sale payment
This commit is contained in:
@@ -350,9 +350,6 @@ class SalePayment < ApplicationRecord
|
|||||||
self.sale.save!
|
self.sale.save!
|
||||||
table_update_status(sObj)
|
table_update_status(sObj)
|
||||||
|
|
||||||
puts "check_foc"
|
|
||||||
puts check_foc
|
|
||||||
|
|
||||||
if check_foc
|
if check_foc
|
||||||
update_shift
|
update_shift
|
||||||
elsif paid_amount != "0.0"
|
elsif paid_amount != "0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user