Skip to content

Commit 6dc1b65

Browse files
committed
fix
1 parent f15b808 commit 6dc1b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/app/partner/partner.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ export class PartnerService {
547547
let workbook = XLSX.utils.book_new();
548548

549549
let requestsSheet = {
550-
"!ref": "A1:G" + (requests.length + 1), // Sheet Range (Which cells will be included in the output)
550+
"!ref": "A1:I" + (requests.length + 1), // Sheet Range (Which cells will be included in the output)
551551
A1: {
552552
t: "s",
553553
v: "Номер заявки",

0 commit comments

Comments
 (0)