Skip to content

Commit

Permalink
fix: cross connect delivery note and sales invoice (#36183)
Browse files Browse the repository at this point in the history
* fix: cross connect delivery note and sales invoice

* chore: remove unnecessary non_standard_fieldname
  • Loading branch information
anandbaburajan authored Aug 2, 2023
1 parent fb32120 commit 8501a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def get_data():
},
"internal_links": {
"Sales Order": ["items", "sales_order"],
"Delivery Note": ["items", "delivery_note"],
"Timesheet": ["timesheets", "time_sheet"],
},
"transactions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_data():
},
"internal_links": {
"Sales Order": ["items", "against_sales_order"],
"Sales Invoice": ["items", "against_sales_invoice"],
"Material Request": ["items", "material_request"],
"Purchase Order": ["items", "purchase_order"],
},
Expand Down

0 comments on commit 8501a11

Please sign in to comment.