bug fix in sell invoice

This commit is contained in:
babak alizadeh 2024-07-07 00:50:11 +03:30
parent 1b75e02ddc
commit c9d17afeab

View file

@ -118,27 +118,27 @@
<p> <p>
<b>نام: <b>نام:
</b> </b>
{{ bid.legalName }} {{ person.nikename }}
</p> </p>
</td> </td>
<td class="center"> <td class="center">
<p> <p>
<b>شماره ثبت / شناسه ملی: <b>شماره ثبت / شناسه ملی:
</b> </b>
{{ bid.shomaresabt }} {{ person.codeeghtesadi }}
</p> </p>
</td> </td>
<td class="center"> <td class="center">
<p> <p>
<b>شماره اقتصادی: <b>شماره اقتصادی:
</b> </b>
{{ bid.codeeghtesadi }} {{ person.codeeghtesadi }}
</p> </p>
</td> </td>
<td class="center"> <td class="center">
<p> <p>
<b>تلفن / نمابر:</b> <b>تلفن / نمابر:</b>
{{ bid.tel }} {{ person.tel }}
</p> </p>
</td> </td>
</tr> </tr>
@ -146,7 +146,7 @@
<td class="" colspan="1"> <td class="" colspan="1">
<p> <p>
<b>کد پستی:</b> <b>کد پستی:</b>
{{ bid.postalcode }} {{ person.postalcode }}
</p> </p>
</td> </td>
<td class="" colspan="3"> <td class="" colspan="3">
@ -154,9 +154,9 @@
<b>آدرس: <b>آدرس:
</b> </b>
استان استان
{{ bid.ostan }}، شهر {{ person.ostan }}، شهر
{{ bid.shahrestan }}، {{ person.shahr }}،
{{ bid.address }} {{ person.address }}
</p> </p>
</td> </td>
</tr> </tr>