diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 22:31:17 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 22:31:17 +0300 |
| commit | c980a06969c9595f0b0b7d5db301f2413506eb6f (patch) | |
| tree | c5e3cca1eeda78e613134034e02ea78b82a0d52e /web/assets/js/model/dbinbound.js | |
| parent | 35feef650f793ffbec2af51a18fd25d8b0beefb1 (diff) | |
customizable remark #1300
Diffstat (limited to 'web/assets/js/model/dbinbound.js')
| -rw-r--r-- | web/assets/js/model/dbinbound.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/dbinbound.js b/web/assets/js/model/dbinbound.js index 7f4f0812..a7157f49 100644 --- a/web/assets/js/model/dbinbound.js +++ b/web/assets/js/model/dbinbound.js @@ -137,8 +137,8 @@ class DBInbound { } } - get genInboundLinks() { + genInboundLinks() { const inbound = this.toInbound(); - return inbound.genInboundLinks(this.remark); + return inbound.genInboundLinks(this.remark,remarkModel); } }
\ No newline at end of file |
