Refactor invoice creation in webhooks to include accounthierarchy field. Update SQL statements in both PayPal and Mollie webhooks for consistency.

This commit is contained in:
“VeLiTi”
2026-01-30 15:44:04 +01:00
parent 9d33b37b8b
commit 0bec809940
10 changed files with 39 additions and 21 deletions

View File

@@ -341,9 +341,9 @@ main .msg i.fa-times:hover {
}
main .msg.success {
background-color: #C3F3D7;
border-left: 4px solid #51a775;
border: 1px solid #C3F3D7;
color: #51a775;
border-radius:4px;
}
main .msg.success i {
@@ -351,9 +351,9 @@ main .msg.success i {
}
main .msg.error {
background-color: var(--error-background);
border-left: 4px solid var(--text-red);
color: var(--text-red);
border-radius: 4px;
border: 1px solid var(--color-red);
color: var(--color-red);
}
main .msg.error i {