show the payment status in the command view
This commit is contained in:
parent
283f3af2ed
commit
ca1cff1706
6 changed files with 16 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
var paid = false;
|
||||
if (Model.PaymentId!=null) {
|
||||
if (Model.Regularisation!=null) {
|
||||
if (Model.Regularisation.IsSuccess()) {
|
||||
if (Model.Regularisation.IsOk()) {
|
||||
paid=true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue