We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec48bd5 commit b26fbbfCopy full SHA for b26fbbf
lib/validation.js
@@ -213,12 +213,12 @@ module.exports = function (opts) {
213
notEmpty: [],
214
isIn: [['EndOfCurrentTerm', 'EndOfLastInvoicePeriod', 'SpecificDate']]
215
},
216
- cancellationEffectiveDate: function (obj) {
217
- if(obj.cancellationPolicy === 'SpecificDate') {
218
- return validationObjects.contractEffectiveDate;
219
- }
220
- return {};
221
- },
+ //cancellationEffectiveDate: function (obj) {
+ // if(obj.cancellationPolicy === 'SpecificDate') {
+ // return validationObjects.contractEffectiveDate;
+ // }
+ // return {};
+ //},
222
invoiceCollect: {
223
224
isIn: [[true, false]]
0 commit comments