Changed zone_getShippedWarehouse() to zone_getShipped()
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-10-04 14:45:39 +02:00
parent b3a34489b0
commit b299efa63e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module.exports = Self => {
const stmts = [];
stmts.push(new ParameterizedSQL(
`CALL vn.zone_getShippedWarehouse(?, ?, ?)`, [
`CALL vn.zone_getShipped(?, ?, ?, TRUE)`, [
landed,
addressFk,
agencyModeFk