diff --git a/.vs/OSS/v16/.suo b/.vs/OSS/v16/.suo index 414a02b..d261b3e 100644 Binary files a/.vs/OSS/v16/.suo and b/.vs/OSS/v16/.suo differ diff --git a/Views/NewCOI/ApplicationStatus.cshtml b/Views/NewCOI/ApplicationStatus.cshtml index 7719efc..ed61bed 100644 --- a/Views/NewCOI/ApplicationStatus.cshtml +++ b/Views/NewCOI/ApplicationStatus.cshtml @@ -210,15 +210,23 @@ <% } %> ); - columns.Add().Caption("Actions").Width(250).CellTemplate(@ + columns.Add().Caption("Actions").Width(300).CellTemplate(@ <% if(data.InvoiceID != null) {%> " target="_blank" class="btn btn-outline-primary btn-sm mr-1"> Invoice - " target="_blank" class="btn btn-outline-success btn-sm"> - Download - + <% if(data.PaymentStatus == true) + {%> + " target="_blank" class="btn btn-outline-success btn-sm"> + Download + + <% } + else + {%> + Waiting Payment + <% } + %> <% } %> );