doctor-admin-components 1.0.14-beta.61 → 1.0.14-beta.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.14-beta.61",
4
+ "version": "1.0.14-beta.62",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -46,7 +46,7 @@
46
46
  The Buyer shall pay a deposit of {{`$${form.advanceDepositAmount}`}}
47
47
  TTYY within {{ form.depositDays }} days {{ depositPaymentFormKey(form.depositPaymentForm) }}.
48
48
  </div>
49
- The remaining {{ form.depositAmount != null ? `` : `${form.balance}%` }} balance of the total Contract Price
49
+ The remaining {{ form && form.depositType == '1' ? `${form.balance}%` : '' }} balance of the total Contract Price
50
50
  shall be paid by the Buyer to TTYY via Telegraphic Transfer ({{ form.balanceDays }}) days no later than
51
51
  {{ form.balancePaymentType }} days {{ balancePaymentFormKey(form.balancePaymentForm) }}.
52
52
  </div>
@@ -224,7 +224,7 @@
224
224
  TTYY within {{ form.depositDays }} days {{ depositPaymentFormKey(form.depositPaymentForm) }}.
225
225
  </div>
226
226
  </div>
227
- The remaining {{ form.depositAmount != null ? `` : `${form.balance}%` }} balance of the total Contract Price shall
227
+ The remaining {{ form && form.depositType == '1' ? `${form.balance}%` : '' }} balance of the total Contract Price shall
228
228
  be paid to the Seller via Telegraphic Transfer ({{ form.balancePaymentType }}) no later than {{ form.balanceDays }}
229
229
  days {{ balancePaymentFormKey(form.balancePaymentForm) }}.
230
230
  <h3>AARTICLE 9 – FLOATING PRICE</h3>