fix: Broken field of Expense Claim
This commit is contained in:
parent
3f2b8d835a
commit
f1ead1ce55
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ export default class Grid {
|
|||
} else {
|
||||
var colsize = 2;
|
||||
switch (df.fieldtype) {
|
||||
case "Text":
|
||||
case "Text": break;
|
||||
case "Small Text": colsize = 3; break;
|
||||
case "Check": colsize = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue