missing bracket
parent
dc0a3f3f9f
commit
bea0bc0c83
|
|
@ -780,7 +780,7 @@ function importFromPrepaidCSV() {
|
||||||
}, {
|
}, {
|
||||||
limit: -1,
|
limit: -1,
|
||||||
offset: 0
|
offset: 0
|
||||||
};
|
});
|
||||||
|
|
||||||
if (possibleLots.lots.length > 0) {
|
if (possibleLots.lots.length > 0) {
|
||||||
lot = possibleLots.lots[0];
|
lot = possibleLots.lots[0];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue