unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
force-app/main/default/lwc/lexRentalApplyEquipmentRentalPDF/lexRentalApplyEquipmentRentalPDF.js
@@ -30,7 +30,6 @@
         recordId : this.recordId
      }).then(result => {
         if(result != null) {
            result.shipmentRequestedCnt = 1;
            if(result.shipmentRequestedCnt > 0){
               this.IsLoading = false;
               let num = result.pageLength;