* Added TranslatedStatus
* Added new status * Managed CustomerOrder view
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace SytelineSaAppEfDataModel.Dtos
|
||||
{
|
||||
public class CustomerOrderDto
|
||||
public class CustomerOrderDto : DtoBase
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string CoNum { get; set; }
|
||||
@@ -119,6 +119,8 @@
|
||||
public string Uf_FKR_EDI_SenderCode { get; set; }
|
||||
public string Uf_DocType { get; set; }
|
||||
public string Uf_FKR_EDI_BuyerCode { get; set; }
|
||||
|
||||
public string TranslatedStatus => TranslateStatus(Stat);
|
||||
|
||||
public IEnumerable<CustomerOrderLineDto> CustomerOrderLines { get; set; } = new List<CustomerOrderLineDto>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user