renaming Reviewed
This commit is contained in:
parent
c74ac71b5d
commit
ee6cb34c23
9 changed files with 28 additions and 23 deletions
|
|
@ -78,7 +78,7 @@ namespace Yavsc.Models.Billing
|
|||
[ForeignKey("ActivityCode"),JsonIgnore,Display(Name="Domaine d'activité")]
|
||||
public virtual Activity Context { get; set ; }
|
||||
|
||||
public bool Decided { get; set; }
|
||||
public bool Reviewed { get; set; }
|
||||
|
||||
|
||||
public abstract System.Collections.Generic.List<IBillItem> GetBillItems();
|
||||
|
|
@ -95,9 +95,9 @@ namespace Yavsc.Models.Billing
|
|||
var bcode = billingService.BillingMap[type];
|
||||
return $"facture-{bcode}-{Id}{ack}";
|
||||
}
|
||||
|
||||
|
||||
[ForeignKey("Regularisation")]
|
||||
|
||||
|
||||
public string? PaymentId { get; set; }
|
||||
|
||||
[Display(Name = "Acquittement de la facture")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue