This commit is contained in:
Richard Holland
2023-12-04 13:18:57 +00:00
parent 9f650f4258
commit 226574665b

View File

@@ -477,6 +477,7 @@ Remit::doApply()
// apply
sb.update(sleSrcAcc);
sb.update(sleDstAcc);
sb.apply(ctx_.rawView());
return tesSUCCESS;