* Added DocType to Edi and CO
* Moved SOGrid to Shared and reuse in CO view * Added retrieving of COTranslates to CO
This commit is contained in:
@@ -129,5 +129,7 @@ namespace SytelineSaAppEfDataModel.Entities
|
||||
public string Uf_LOC_159_DestinationPoint { get; set; }
|
||||
public string Uf_Status { get; set; }
|
||||
public string Uf_FKR_EDI_ITEM_PalletCode { get; set; }
|
||||
|
||||
public string Uf_FKR_EDI_ITEM_DocumentType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,5 +107,7 @@ namespace SytelineSaAppEfDataModel.Entities
|
||||
public string NewStatus { get; set; }
|
||||
public string PalletCode { get; set; }
|
||||
public string PalletNumber { get; set; }
|
||||
|
||||
public string DocumentType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user