Fatura Before Print Script Editor

Fatura Before Print Script Editor

  if(this.allFormControls['ACCOUNTINGRECEIPTID'].value)
    {
      if(this.recordService.formGroup)
      {
        this.recordService.formGroup.markAsUntouched();
      }
    } 

Last updated