fix get_order_items_details method in order_item and add taxes in receipt
This commit is contained in:
@@ -186,6 +186,7 @@ class Sale < ApplicationRecord
|
||||
|
||||
end
|
||||
|
||||
# Tax Calculate
|
||||
def apply_tax(total_taxable)
|
||||
|
||||
#if tax is not apply create new record
|
||||
|
||||
Reference in New Issue
Block a user