Skip to content

Commit

Permalink
18728 - COOP Bug: Payment shows up as #3 when it should be #5 (#548)
Browse files Browse the repository at this point in the history
* fix csr index bug

* 4.7.11
  • Loading branch information
Jxio authored Nov 29, 2023
1 parent 1c482b9 commit b39df19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-edit-ui",
"version": "4.7.10",
"version": "4.7.11",
"private": true,
"appName": "Edit UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Correction/CoopCorrection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<StaffPayment
class="mt-10"
sectionNumber="3."
:sectionNumber="isClientErrorCorrection ? '5.' : '3.'"
@haveChanges="onStaffPaymentChanges()"
/>
</section>
Expand Down

0 comments on commit b39df19

Please sign in to comment.