Merge remote-tracking branch 'origin/feature/DM/nflg-bom-transition'
This commit is contained in:
commit
1b4ce3963a
|
|
@ -320,9 +320,9 @@ public class BomNewPbomExportToSAPImpl implements IBomNewPbomExportToSAP {
|
||||||
addToT1(convert(cp, it, p, ignore));
|
addToT1(convert(cp, it, p, ignore));
|
||||||
}
|
}
|
||||||
if (Objects.nonNull(cp)) {
|
if (Objects.nonNull(cp)) {
|
||||||
if (!ignore && cp.getUserRootIs() == 1) {
|
// if (!ignore && cp.getUserRootIs() == 1) {
|
||||||
ignore = true;
|
// ignore = true;
|
||||||
}
|
// }
|
||||||
buildChildrenForSap(cRowId, cp, it, ignore);
|
buildChildrenForSap(cRowId, cp, it, ignore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue