Commit ccbd5337 authored by basm's avatar basm

PW-338 Validation Additional fields

parent 4a240381
...@@ -147,9 +147,6 @@ define( ...@@ -147,9 +147,6 @@ define(
result.getCode = function () { result.getCode = function () {
return self.item.method; return self.item.method;
}; };
result.getBrandCode = function () {
return value.brandCode;
};
result.validate = function () { result.validate = function () {
return self.validate(value.brandCode); return self.validate(value.brandCode);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment