File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,16 +449,16 @@ <h6>{{ ctrl.period_start }} to {{ ctrl.period_end }}</h6>
449449 </ div >
450450 < hr
451451 ng-show ="(ctrl.nextinvoice.tax && ctrl.nextinvoice.tax > 0) || (ctrl.nextinvoice.total_discount_amounts && ctrl.nextinvoice.total_discount_amounts.length > 0) ">
452- < div class ="row " ng-show ="ctrl.nextinvoice.tax && ctrl.nextinvoice.tax > 0 ">
453- < div class ="col "> Tax</ div >
454- < div class ="col "> </ div >
455- < div class ="col "> {{ ctrl.nextinvoice.tax / 100 }} {{ ctrl.nextinvoice.currency }}</ div >
456- </ div >
457452 < div class ="row " ng-repeat ="item in ctrl.nextinvoice.total_discount_amounts ">
458453 < div class ="col "> Discount</ div >
459454 < div class ="col "> </ div >
460455 < div class ="col "> {{ item.amount / 100 }} {{ ctrl.nextinvoice.currency }}</ div >
461456 </ div >
457+ < div class ="row " ng-show ="ctrl.nextinvoice.tax && ctrl.nextinvoice.tax > 0 ">
458+ < div class ="col "> Tax</ div >
459+ < div class ="col "> </ div >
460+ < div class ="col "> {{ ctrl.nextinvoice.tax / 100 }} {{ ctrl.nextinvoice.currency }}</ div >
461+ </ div >
462462 < hr >
463463 < div class ="row ">
464464 < div class ="col "> Total</ div >
You can’t perform that action at this time.
0 commit comments