Extend incoming invoices by payment data.

This commit is contained in:
2025-01-18 16:46:26 +01:00
parent 7940a5398a
commit ea4dcb1842
2 changed files with 35 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ class Incoming extends Model
'gross',
'tax',
'pay_date',
'pay_name',
'pay_bic',
'pay_iban',
];
/**