changedModel sms
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-05-02 14:26:47 +02:00
parent 13c37e88ef
commit 4c0ec6faf5
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const $inputs = {
sageTaxType: 'vn-supplier-fiscal-data [ng-model="$ctrl.supplier.sageTaxTypeFk"]'
};
fdescribe('Supplier fiscal data path', () => {
describe('Supplier fiscal data path', () => {
let browser;
let page;

View File

@ -44,7 +44,7 @@ module.exports = Self => {
originFk: id,
userFk: userId,
action: 'insert',
changedModel: 'sms',
changedModel: 'Sms',
newInstance: {
destinationFk: id,
destination: destination,

View File

@ -58,7 +58,7 @@ module.exports = Self => {
originFk: id,
userFk: userId,
action: 'insert',
changedModel: 'sms',
changedModel: 'Sms',
newInstance: {
destinationFk: id,
destination: destination,