Fix: Pas d'affichage de feuille sur encaissement

This commit is contained in:
2026-04-28 19:07:00 +02:00
parent 4faa9b6b54
commit 0398fbdbd1
2 changed files with 5 additions and 1 deletions

View File

@@ -240,7 +240,7 @@ export class RdDBaseActor extends Actor {
renderAfterDelay(currentCounter) {
setTimeout(async () => {
if (currentCounter == this.refreshDelayCounter) {
this.sheet?.render(true)
this.sheet?.render()
this.refreshDelayCounter = 0
}
else {