add payments by invoice

This commit is contained in:
ludo
2023-11-25 16:21:35 +01:00
parent 731c31a58c
commit 34f0b2796f
20 changed files with 579 additions and 215 deletions

View File

@@ -37,10 +37,10 @@ class InvoicePayments
public static function getPaymentType($id)
{
return self::PaymentTypes()[$id] ?? false;
return self::paymentTypes()[$id] ?? false;
}
public static function PaymentTypes()
public static function paymentTypes()
{
return [
'',