Merge pull request '3742-client_updatePortfolio' (#922) from 3742-client_updatePortfolio into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #922
Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
Carlos Jimenez Ruiz 2022-03-31 09:19:01 +00:00
commit 43fcd0c473
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ describe('Client updatePortfolio', () => {
throw e;
}
});
// 3742 first have to migrate vn2008.Clientes_cedidos to vn
xit('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => {
it('should keep the same portfolioWeight when a salesperson is unassigned of a client', async() => {
const salesPersonId = 19;
const tx = await models.Client.beginTransaction({});