|
@@ -230,7 +230,6 @@ namespace Comal.Classes
|
|
|
|
|
|
static PurchaseOrderItem()
|
|
|
{
|
|
|
- LinkedProperties.Register<PurchaseOrderItem, ProductLink, String>(x => x.Product, x => x.Code, x => x.SupplierCode);
|
|
|
LinkedProperties.Register<PurchaseOrderItem, ProductLink, String>(x => x.Product, x => x.Name, x => x.Description);
|
|
|
|
|
|
LinkedProperties.Register<PurchaseOrderItem, TaxCodeLink, Guid>(x => x.Product.TaxCode, x => x.ID, x => x.TaxCode.ID);
|