mirror of
https://github.com/frappe/books.git
synced 2025-01-26 16:48:28 +00:00
Merge branch 'frappe:master' into batch-wise-item
This commit is contained in:
commit
56ebc57d76
@ -232,7 +232,7 @@ export class Importer {
|
|||||||
const doc = this.fyo.doc.getNewDoc(this.schemaName, data, false);
|
const doc = this.fyo.doc.getNewDoc(this.schemaName, data, false);
|
||||||
for (const schemaName in targetFieldnameMap) {
|
for (const schemaName in targetFieldnameMap) {
|
||||||
const fieldname = targetFieldnameMap[schemaName];
|
const fieldname = targetFieldnameMap[schemaName];
|
||||||
const childTable = childTableMap[name][schemaName];
|
const childTable = childTableMap[name]?.[schemaName];
|
||||||
if (!childTable) {
|
if (!childTable) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user