mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: rebase code
This commit is contained in:
@@ -238,6 +238,5 @@ export class Item extends Doc {
|
||||
trackItem: () => this.inserted,
|
||||
hasBatch: () => this.inserted,
|
||||
hasSerialNumber: () => this.inserted,
|
||||
datafromErp: () => true,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -178,7 +178,8 @@
|
||||
"fieldtype": "Check",
|
||||
"hidden": true,
|
||||
"default": false,
|
||||
"section": "Default"
|
||||
"section": "Default",
|
||||
"readOnly": true
|
||||
}
|
||||
],
|
||||
"quickEditFields": [
|
||||
|
||||
Reference in New Issue
Block a user