Fiş Before Print Script

Fiş Before Print Script Editor

    if(this.allFormControls['INVOICEID'].value || this.allFormControls['COUNTINGID'].value || this.allFormControls['RECEIPTORDER'].value)
    {
      if(this.recordService.formGroup)
      {
        this.recordService.formGroup.markAsUntouched();
      }
    }

Last updated