Skip to content

Commit

Permalink
Merge pull request #1993 from dangkhanhtrung/release-candidate-2.2
Browse files Browse the repository at this point in the history
Update new form script
  • Loading branch information
dangkhanhtrung authored Jul 2, 2019
2 parents e34500c + e9641cf commit 948cdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ public String getNewFormScript() {
*
*/
public void setNewFormScript(String value) {
this.templateNo = value;
this.newFormScript = value;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public String getNewFormScript() {
*
*/
public void setNewFormScript(String value) {
this.templateNo = value;
this.newFormScript = value;
}

/**
Expand Down

0 comments on commit 948cdfd

Please sign in to comment.