|
@@ -1,6 +1,7 @@
|
|
using System;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
using System.Linq.Expressions;
|
|
using System.Linq.Expressions;
|
|
|
|
+using System.Runtime.InteropServices;
|
|
using InABox.Core;
|
|
using InABox.Core;
|
|
|
|
|
|
namespace Comal.Classes
|
|
namespace Comal.Classes
|
|
@@ -72,6 +73,9 @@ namespace Comal.Classes
|
|
|
|
|
|
[EditorSequence(5)]
|
|
[EditorSequence(5)]
|
|
public StockLocationLink DefaultLocation { get; set; }
|
|
public StockLocationLink DefaultLocation { get; set; }
|
|
|
|
+
|
|
|
|
+ [EditorSequence(6)]
|
|
|
|
+ public SupplierCategoryLink Category { get; set; }
|
|
|
|
|
|
[EditorSequence("Delivery",1)]
|
|
[EditorSequence("Delivery",1)]
|
|
public Address Delivery { get; set; }
|
|
public Address Delivery { get; set; }
|