update fixed conflicx

This commit is contained in:
Aung Myo
2017-11-25 16:51:11 +06:30
17 changed files with 69 additions and 100 deletions

View File

@@ -20,7 +20,7 @@ class SalePayment < ApplicationRecord
end
end
if (amount_due > 0)
if (amount_due >= 0)
payment_status = false
#route to payment type
case payment_method