this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix:bug in return invoice function (#3530)

fix:added a missing line

authored by

Nandkishor R and committed by
GitHub
73bd169d 7c33ec5f

+1
+1
care/emr/resources/invoice/return_items_invoice.py
··· 66 66 quantity=supply_delivery.supplied_item_quantity, 67 67 ) 68 68 charge_item.status = ChargeItemStatusOptions.billed.value 69 + charge_item.paid_invoice = invoice_obj 69 70 charge_item.created_by = delivery_order.created_by 70 71 charge_item.updated_by = delivery_order.updated_by 71 72 charge_item.save()