Update erpnext/projects/doctype/project/project.js
This commit is contained in:
parent
87a98f8120
commit
077e2c6467
@ -95,7 +95,7 @@ frappe.ui.form.on("Project", {
|
||||
set_project_status_button: function(frm) {
|
||||
frm.add_custom_button(__('Set Project Status'), () => {
|
||||
let d = new frappe.ui.Dialog({
|
||||
"title": "Set Project Status",
|
||||
"title": __("Set Project Status"),
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "status",
|
||||
|
Loading…
x
Reference in New Issue
Block a user