Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
c0d75e20d8
|
@ -91,6 +91,7 @@ module.exports = function(Self) {
|
|||
}
|
||||
});
|
||||
const provinceId = args.provinceFk || address.provinceFk;
|
||||
if (provinceId) {
|
||||
const province = await models.Province.findById(provinceId, {
|
||||
include: {
|
||||
relation: 'country'
|
||||
|
@ -105,6 +106,7 @@ module.exports = function(Self) {
|
|||
const customsAgentId = args.customsAgentFk || address.customsAgentFk;
|
||||
if (!isUeeMember && !customsAgentId)
|
||||
throw new UserError(`Customs agent is required for a non UEE member`);
|
||||
}
|
||||
|
||||
delete args.ctx; // Remove unwanted properties
|
||||
const updatedAddress = await address.updateAttributes(ctx.args, options);
|
||||
|
|
Loading…
Reference in New Issue