mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Refactor invoice handling to use 'invoice' key and improve payment link generation
Still in development
This commit is contained in:
parent
1a2b85ae4f
commit
cdfbab7119
3 changed files with 32 additions and 26 deletions
|
@ -210,7 +210,6 @@
|
|||
<b>[[company_name]]</b> {Lang::T('Your Company Name at Settings')}.<br>
|
||||
<b>[[company_address]]</b> {Lang::T('Your Company Address at Settings')}.<br>
|
||||
<b>[[company_phone]]</b> - {Lang::T('Your Company Phone at Settings')}.<br>
|
||||
<b>[[company_url]]</b> - {Lang::T('Your APP_URL at Settings')}.<br>
|
||||
<b>[[invoice]]</b> - {Lang::T('Invoice number')}.<br>
|
||||
<b>[[created_at]]</b> - {Lang::T('Date invoice created')}.<br>
|
||||
<b>[[payment_gateway]]</b> - {Lang::T('Payment gateway user paid from')}.<br>
|
||||
|
@ -230,7 +229,7 @@
|
|||
target="_blank">{Lang::T("read documentation")}</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>*}
|
||||
</div> *}
|
||||
|
||||
<div class="panel-body">
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue