|
@@ -18,7 +18,7 @@ namespace Comal.Classes
|
|
|
"select \n" +
|
|
"select \n" +
|
|
|
$" a.[ArticleCode_BaseNumber] as {nameof(Code)}, \n" +
|
|
$" a.[ArticleCode_BaseNumber] as {nameof(Code)}, \n" +
|
|
|
$" a.[description] as {nameof(Description)}, \n" +
|
|
$" a.[description] as {nameof(Description)}, \n" +
|
|
|
- $" a.[PUSize] as {nameof(PackSize)}, \n" +
|
|
|
|
|
|
|
+ $" 1.0 as {nameof(PackSize)}, \n" +
|
|
|
$" a.[units] as {nameof(Quantity)}, \n" +
|
|
$" a.[units] as {nameof(Quantity)}, \n" +
|
|
|
$" a.[Price] as {nameof(Cost)} \n" +
|
|
$" a.[Price] as {nameof(Cost)} \n" +
|
|
|
"from \n" +
|
|
"from \n" +
|
|
@@ -30,7 +30,7 @@ namespace Comal.Classes
|
|
|
"select \n" +
|
|
"select \n" +
|
|
|
$" a.[ArticleCode_BaseNumber] as {nameof(Code)}, \n" +
|
|
$" a.[ArticleCode_BaseNumber] as {nameof(Code)}, \n" +
|
|
|
$" a.[description] as {nameof(Description)}, \n" +
|
|
$" a.[description] as {nameof(Description)}, \n" +
|
|
|
- $" a.[PUSize] as {nameof(PackSize)}, \n" +
|
|
|
|
|
|
|
+ $" 1.0 as {nameof(PackSize)}, \n" +
|
|
|
$" a.[units] as {nameof(Quantity)}, \n" +
|
|
$" a.[units] as {nameof(Quantity)}, \n" +
|
|
|
$" a.[Price] as {nameof(Cost)} \n" +
|
|
$" a.[Price] as {nameof(Cost)} \n" +
|
|
|
"from \n" +
|
|
"from \n" +
|