http://jira.mfd.msk:8088/browse/CLS-847 xml-importer DF01/06 не обязателен market
This commit is contained in:
parent
e7aefa6252
commit
5af38ed6bb
1 changed files with 0 additions and 4 deletions
|
|
@ -80,8 +80,6 @@ public class ReadXMLFile {
|
|||
lostField.add("REMAINDER");
|
||||
if (row.getDat() == null)
|
||||
lostField.add("DAT");
|
||||
if (isEmpty(row.getMarket()))
|
||||
lostField.add("MARKET");
|
||||
if (isEmpty(row.getAccType()))
|
||||
lostField.add("ACC_TYPE");
|
||||
} else {
|
||||
|
|
@ -98,8 +96,6 @@ public class ReadXMLFile {
|
|||
lostField.add("Account");
|
||||
if (row.getSum() == null)
|
||||
lostField.add("Sum");
|
||||
if (isEmpty(row.getMarket()))
|
||||
lostField.add("Market");
|
||||
if (isEmpty(row.getDeal()))
|
||||
lostField.add("DEAL");
|
||||
if (isEmpty(row.getSpec()))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue