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
|
@@ -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.
|
|
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.
|
|
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>
|