Skip to content

Commit

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

refactor: 'Partly Billed' status for Purchase Receipt (copy #44124)
  • Loading branch information
ruthra-kumar authored Nov 13, 2024
2 parents d258684 + 2acee05 commit 44988c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "\nDraft\nTo Bill\nCompleted\nReturn Issued\nCancelled\nClosed",
"options": "\nDraft\nPartly Billed\nTo Bill\nCompleted\nReturn Issued\nCancelled\nClosed",
"print_hide": 1,
"print_width": "150px",
"read_only": 1,
Expand Down Expand Up @@ -1242,7 +1242,7 @@
"idx": 261,
"is_submittable": 1,
"links": [],
"modified": "2024-03-20 16:05:31.713453",
"modified": "2024-11-13 16:55:14.129055",
"modified_by": "Administrator",
"module": "Stock",
"name": "Purchase Receipt",
Expand Down

0 comments on commit 44988c8

Please sign in to comment.