Skip to content

Commit

Permalink
fix: changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Sep 19, 2024
1 parent dc2fad2 commit 91a449d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
{
"fieldname": "reference_doctype",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Reference Document Type",
"options": "DocType",
Expand All @@ -139,7 +140,7 @@
"link_fieldname": "irn"
}
],
"modified": "2024-09-17 15:15:35.720311",
"modified": "2024-09-19 18:59:01.195753",
"modified_by": "Administrator",
"module": "GST India",
"name": "e-Invoice Log",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ def migrate_e_invoice_fields():
"owner",
"modified_by",
"irn",
"sales_invoice",
"reference_doctype",
"reference_name"
"is_cancelled",
"acknowledgement_number",
"acknowledged_on",
Expand All @@ -120,6 +121,7 @@ def migrate_e_invoice_fields():
user,
user,
doc.irn,
"Sales Invoice",
doc.name,
doc.irn_cancelled,
doc.ack_no,
Expand Down
9 changes: 0 additions & 9 deletions india_compliance/patches/v14/make_e_invoice_log_extensible.py

This file was deleted.

0 comments on commit 91a449d

Please sign in to comment.