Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion virtual_pro/events/sales_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def create_journal_entry_for_cost_difference(doc, method):

journal = frappe.new_doc("Journal Entry")
journal.voucher_type = "Journal Entry"
journal.posting_date = nowdate()
journal.posting_date = doc.posting_date
journal.company = doc.company
journal.remark = f"Cost Difference Journal Entry for Sales Invoice {doc.name}"

Expand Down