@colijnit/transactionapi 257.1.9 → 257.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,6 +93,8 @@ export declare class TransactionLineInfo extends BusinessObject {
|
|
|
93
93
|
defaultPurchasePrice: number;
|
|
94
94
|
defaultPurchaseDescription: string;
|
|
95
95
|
defaultLocationNr: string;
|
|
96
|
+
interBranchSourceWarehouseNr: number;
|
|
97
|
+
interBranchSourceCommissionCode: string;
|
|
96
98
|
get articleTextAsArray(): string[];
|
|
97
99
|
get configuration(): string;
|
|
98
100
|
set configuration(value: string);
|
|
@@ -3054,7 +3054,7 @@ class TransactionAuth extends ione_api_transaction_1.IoneApiTransaction {
|
|
|
3054
3054
|
moduleName: module_name_enum_1.ModuleName.Report,
|
|
3055
3055
|
methodName: transaction_method_enum_1.TransactionMethod.GetStandardPrinter,
|
|
3056
3056
|
refCursorAsArray: true,
|
|
3057
|
-
parameterValues: {
|
|
3057
|
+
parameterValues: { layoutId: reportId, type: type }
|
|
3058
3058
|
};
|
|
3059
3059
|
return this._call(data_service_method_enum_1.DataServiceMethod.ExecuteMethod, data, backend_service_name_enum_1.BackendServiceName.DataService, showLoader);
|
|
3060
3060
|
}
|