mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 15:09:47 +00:00
@@ -343,6 +343,7 @@ def make_sales_invoice(source_name, item_code=None, customer=None):
|
||||
billing_amount = flt(timesheet.total_billable_amount) - flt(timesheet.total_billed_amount)
|
||||
billing_rate = billing_amount / hours
|
||||
|
||||
target.company = timesheet.company
|
||||
if customer:
|
||||
target.customer = customer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user