Цитата:
Сообщение от
ice
это в какой версии?
Это четверка. Вот, собственно, код:
X++:
//BP deviation documented
edit SalesTypeNoQuotation salesTypeNoQuotation(boolean _set, SalesTypeNoQuotation _salesTypeNoQuotation)
{
SalesTypeNoQuotation salesTypeNoQuotation;
;
if (_set)
{
this.SalesType = any2int(_salesTypeNoQuotation);
if (!this.validateField(fieldnum(SalesTable,SalesType)))
{
this.SalesType = this.orig().SalesType;
}
}
salesTypeNoQuotation = any2int(this.SalesType);
return salesTypeNoQuotation;
}