billing: Rename #invoice_seat_count to #invoiced_licenses.

Followup of b4a28f3147
This commit is contained in:
Vishnu Ks 2018-12-24 16:42:52 +05:30 committed by Rishi Gupta
parent eebf526657
commit ed196bb980
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@
#mix_license_count,
#manual_license_count,
#invoiced_seat_count {
#invoiced_licenses {
width: 50px;
}

View File

@ -181,7 +181,7 @@
</p>
<h4>Number of users (minimum {{ min_invoiced_licenses }})</h4>
<input type="number" min="{{ min_invoiced_licenses }}" autocomplete="off"
id="invoiced_seat_count" name="invoiced_seat_count" required/><br>
id="invoiced_licenses" name="invoiced_licenses" required/><br>
<button type="submit" id="invoice-button" class="stripe-button-el invoice-button">Buy Standard</button>
</form>
</div>