Fix bad exit with no FK
This commit is contained in:
parent
a1c49b668a
commit
19bc838d90
1 changed files with 2 additions and 1 deletions
|
@ -1212,7 +1212,8 @@ form_slot(KVList1, KVList2, {IsBasement, TS}, no_lookup, Size, Slot, FK) ->
|
||||||
true ->
|
true ->
|
||||||
{KVList1,
|
{KVList1,
|
||||||
KVList2,
|
KVList2,
|
||||||
{no_lookup, lists:reverse(Slot)}};
|
{no_lookup, lists:reverse(Slot)},
|
||||||
|
FK};
|
||||||
false ->
|
false ->
|
||||||
form_slot(Rem1,
|
form_slot(Rem1,
|
||||||
Rem2,
|
Rem2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue