Subversion Repositories SmartDukaan

Rev

Rev 36134 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36134 Rev 36136
Line 1... Line 1...
1
<div class="panel panel-default">
1
<div class="panel panel-default">
2
    <div class="panel-heading">
2
    <div class="panel-heading">
3
        <h4>Invoice #$invoice.getInvoiceNumber() - GRN Correction</h4>
3
        <h4>Invoice #$invoice.getInvoiceNumber() - GRN Correction</h4>
4
        #if($invoice.getInvoiceDate())
4
        #if($invoice.getInvoiceDate())
5
        <span class="text-muted">Invoice Date: $invoice.getInvoiceDate().toLocalDate()</span>
5
        <span class="text-muted">Invoice Date: $invoice.getInvoiceDate().format($dateFormatter)</span>
6
        #end
6
        #end
7
    </div>
7
    </div>
8
    <div class="panel-body">
8
    <div class="panel-body">
9
 
9
 
10
        #if($hasPendingRequest)
10
        #if($hasPendingRequest)