Fix: Journal ctrl+P not working

This commit is contained in:
2026-09-23 10:48:04 +00:00
parent 70b9f18034
commit 62f43e59d7
@@ -164,7 +164,7 @@ export class JournalComponent {
postListner(event: Event) {
event.preventDefault();
if (this.id() && !this.form.posted() && this.auth.allowed('post-vouchers')) {
if (this.id() && !this.form.posted().controlValue() && this.auth.allowed('post-vouchers')) {
this.post();
}
}