Skip to content
Snippets Groups Projects
Commit e2768351 authored by pregmodfan's avatar pregmodfan
Browse files

BC for fetus fatherID

parent 5fc0f183
No related branches found
No related tags found
No related merge requests found
......@@ -463,12 +463,15 @@ window.BCReserveInit = function()
slave.womb.forEach(function(ft){
if (typeof ft.reserved != 'string')
ft.reserved = "";
if (typeof ft.motherID != 'number'); //setting missing biological mother ID for fetus.
ft.motherID = slave.ID;
});
});
SV.PC.womb.forEach(function(ft){
if (typeof ft.reserved != 'string')
ft.reserved = "";
ft.motherID = SV.PC.ID;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment