Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
casesolved-co-uk committed Sep 25, 2024
1 parent 2017fd8 commit be6970c
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ def get_data():
"Blanket Order": ["items", "blanket_order"],
},
"transactions": [
{
"label": _("Related"),
"items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]
},
{
"label": _("Payment"),
"items": ["Payment Entry", "Journal Entry", "Payment Request"]
},
{"label": _("Related"), "items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]},
{"label": _("Payment"), "items": ["Payment Entry", "Journal Entry", "Payment Request"]},
{
"label": _("Reference"),
"items": ["Supplier Quotation", "Project", "Auto Repeat"],
Expand Down

0 comments on commit be6970c

Please sign in to comment.