null paiment id

This commit is contained in:
Paul Schneider 2025-07-15 15:42:30 +01:00
commit 72bae76c75
8 changed files with 3710 additions and 41 deletions

View file

@ -98,7 +98,7 @@ namespace Yavsc.Models.Billing
[ForeignKey("Regularisation")]
public string PaymentId { get; set; }
public string? PaymentId { get; set; }
[Display(Name = "Acquittement de la facture")]
public virtual PayPalPayment Regularisation { get; set; }