fix: Resolve conflicts
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user