fix: Resolve conflicts
(cherry picked from commit f6469d83981386a7bb57b41178055eae5cda30bf)
This commit is contained in:
parent
46a722d51c
commit
6cd2ba5c66
@ -52,13 +52,6 @@
|
|||||||
{% if(data[i].bill_no) { %}
|
{% if(data[i].bill_no) { %}
|
||||||
<br>{%= __("Supplier Invoice No") %}: {%= data[i].bill_no %}
|
<br>{%= __("Supplier Invoice No") %}: {%= data[i].bill_no %}
|
||||||
{% } %}
|
{% } %}
|
||||||
<<<<<<< HEAD
|
|
||||||
</td>
|
|
||||||
<td style="text-align: right">
|
|
||||||
{%= format_currency(data[i].debit, filters.presentation_currency || data[i].account_currency) %}</td>
|
|
||||||
<td style="text-align: right">
|
|
||||||
{%= format_currency(data[i].credit, filters.presentation_currency || data[i].account_currency) %}</td>
|
|
||||||
=======
|
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: right">
|
<td style="text-align: right">
|
||||||
@ -67,7 +60,6 @@
|
|||||||
<td style="text-align: right">
|
<td style="text-align: right">
|
||||||
{%= format_currency(data[i].credit, filters.presentation_currency) %}
|
{%= format_currency(data[i].credit, filters.presentation_currency) %}
|
||||||
</td>
|
</td>
|
||||||
>>>>>>> ba66a6714c (fix: Wrap unexpectedly long text in remark)
|
|
||||||
{% } else { %}
|
{% } else { %}
|
||||||
<td></td>
|
<td></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user