|
@@ -84,6 +84,8 @@ namespace Comal.Classes
|
|
|
[Formula(typeof(SupplierBalance))]
|
|
|
public double Balance { get; set; }
|
|
|
|
|
|
+ public StockLocationLink DefaultLocation { get; set; }
|
|
|
+
|
|
|
public override string ToString()
|
|
|
{
|
|
|
return string.Format("{0}: {1}", Code, Name);
|
|
@@ -95,6 +97,7 @@ namespace Comal.Classes
|
|
|
Delivery = new Address();
|
|
|
Postal = new Address();
|
|
|
Email = "";
|
|
|
+ DefaultLocation = new StockLocationLink();
|
|
|
}
|
|
|
}
|
|
|
}
|