chore: remove section_break_desc from toggle_creation_fields hide list
This commit is contained in:
parent
8b9d54caa8
commit
5682e648b8
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Service Factory — ERPNext Custom App Project
|
# Service Factory — ERPNext Custom App Project
|
||||||
|
|
||||||
> **Current Version: V0.1.0020** — Each completed prompt/step increments the patch number by 1 (V0.1.0000 → V0.1.0001 → V0.1.0002…). The agent automatically commits and pushes after every step.
|
> **Current Version: V0.1.0021** — Each completed prompt/step increments the patch number by 1 (V0.1.0000 → V0.1.0001 → V0.1.0002…). The agent automatically commits and pushes after every step.
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,6 @@ function load_select_options(frm) {
|
||||||
function toggle_creation_fields(frm) {
|
function toggle_creation_fields(frm) {
|
||||||
let hide = frm.is_new();
|
let hide = frm.is_new();
|
||||||
let sections = [
|
let sections = [
|
||||||
"section_break_desc",
|
|
||||||
"section_break_budget",
|
"section_break_budget",
|
||||||
"section_break_assignments",
|
"section_break_assignments",
|
||||||
"section_break_activity",
|
"section_break_activity",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue