File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -96,20 +96,28 @@ <h1>Genomför nedanstående betalning</h1>
9696 < button style ="background: none; padding: 4px; box-shadow: none; margin-left: auto " v-on:click ="copy(payment.receiver.bank_info.bank_name) "> 📋</ button >
9797 </ td >
9898 </ tr >
99- < tr >
99+ <!--< tr>
100100 <th style="text-align: right;">Clearingnummer</th>
101101 <td style="color:#000 !important; display: flex; align-items: center">
102102 <div v-text="payment.receiver.bank_info.sorting_number"></div>
103103 <button style="background: none; padding: 4px; box-shadow: none; margin-left: auto" v-on:click="copy(payment.receiver.bank_info.sorting_number)">📋</button>
104104 </td>
105- </ tr >
105+ </tr>>
106106 <tr>
107107 <th style="text-align: right;">Kontonummer</th>
108108 <td style="color:#000 !important; display: flex; align-items: center">
109109 <div v-text="payment.receiver.bank_info.bank_account"></div>
110110 <button style="background: none; padding: 4px; box-shadow: none; margin-left: auto" v-on:click="copy(payment.receiver.bank_info.bank_account)">📋</button>
111111 </td>
112+ </tr> !-->
113+ < tr >
114+ < th style ="text-align: right; "> Clearingnummer + Kontonummer</ th >
115+ < td style ="color:#000 !important; display: flex; align-items: center ">
116+ < div v-text ="payment.receiver.bank_info.sorting_number + ' + ' + payment.receiver.bank_info.bank_account "> </ div >
117+ < button style ="background: none; padding: 4px; box-shadow: none; margin-left: auto " v-on:click ="copy(payment.receiver.bank_info.sorting_number + payment.receiver.bank_info.bank_account) "> 📋</ button >
118+ </ td >
112119 </ tr >
120+
113121 < tr >
114122 < th style ="text-align: right; "> Summa</ th >
115123 < td style ="color:#000 !important; display: flex; align-items: center ">
You can’t perform that action at this time.
0 commit comments