Skip to content

Commit

Permalink
Merge pull request #43170 from frappe/mergify/copy/version-14-hotfix/…
Browse files Browse the repository at this point in the history
…pr-43169

refactor: enable no-copy on Purchase Invoice status (copy #43169)
  • Loading branch information
ruthra-kumar authored Sep 11, 2024
2 parents 9110534 + 097eae4 commit 77bdf18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@
"fieldtype": "Select",
"in_standard_filter": 1,
"label": "Status",
"no_copy": 1,
"options": "\nDraft\nReturn\nDebit Note Issued\nSubmitted\nPaid\nPartly Paid\nUnpaid\nOverdue\nCancelled\nInternal Transfer",
"print_hide": 1
},
Expand Down Expand Up @@ -1610,7 +1611,7 @@
"idx": 204,
"is_submittable": 1,
"links": [],
"modified": "2024-07-25 19:42:36.931278",
"modified": "2024-09-11 12:59:19.130593",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
Expand Down

0 comments on commit 77bdf18

Please sign in to comment.