Skip to content

Commit f89cdaa

Browse files
authored
Merge pull request CCI-MOC#89 from QuanMPhm/fix_export_old_pi_file
Fixed exporting the updated old PI file
2 parents 983a216 + 50971f0 commit f89cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_report/invoices/billable_invoice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _prepare_export(self):
110110

111111
def export(self):
112112
super().export()
113-
self.old_pi_df.to_csv(self.old_pi_filepath, index=False)
113+
self.updated_old_pi_df.to_csv(self.old_pi_filepath, index=False)
114114

115115
def export_s3(self, s3_bucket):
116116
super().export_s3(s3_bucket)

0 commit comments

Comments
 (0)