Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Here is the solution
if (currentDelivery.PERIOD_TEXT && currentDelivery.PERIOD_TEXT.length)
{
period = BX.create('LI', {
children: [
BX.create('DIV', {props: {className: 'bx-soa-pp- list-termin'}, html: this.params.MESS_PERIOD + ':'}),
BX.create('DIV', {props: {className: 'bx-soa-pp-list-description'}, html: currentDelivery .PERIOD_TEXT})
]
});
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question