diff options
Diffstat (limited to 'UI/Reconciliation/correct.html')
-rw-r--r-- | UI/Reconciliation/correct.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/UI/Reconciliation/correct.html b/UI/Reconciliation/correct.html index b74ab4b0..3921f084 100644 --- a/UI/Reconciliation/correct.html +++ b/UI/Reconciliation/correct.html @@ -4,34 +4,34 @@ <table> <tr> <td> - Account/SCN + Account </td> <td> - <input type="input" name="scn" value="<?lsmb entry.scn?>"/> + <input type="input" name="scn" value="<?lsmb entry.account?>"/> </td> </tr> <tr> <td> - Amount + SCN </td> <td> - <input type="input" name="amount" value="<?lsmb entry.their_balance?>"/> + <input type="input" name="scn" value="<?lsmb entry.scn?>"/> </td> </tr> <tr> <td> - Cleared + Amount </td> <td> - <input type="input" name="cleared" value="<?lsmb entry.clear_time?>"/> + <input type="input" name="amount" value="<?lsmb entry.their_balance?>"/> </td> </tr> <tr> <td> - Cleared + Cleared at </td> <td> - <input type="input" name="cleared" value="<?lsmb entry.clear?>"/> + <input type="input" name="cleared" value="<?lsmb entry.clear_time?>"/> </td> </tr> <tr> |