Skip to content

Commit c79b9b2

Browse files
committed
Comment
1 parent 49d06f8 commit c79b9b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/src/services/change-requests.services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default class ChangeRequestsService {
122122
}
123123
});
124124

125+
//Make the associated budget change if there was a change
125126
if (change) await prisma.change.create({ data: change });
126127
} else if (foundCR.wbsElement.workPackage) {
127128
// get the project for the work package

0 commit comments

Comments
 (0)