Skip to content

Commit 838822b

Browse files
committed
Merge pull request #6040 from bcgov/dev-AH-FOIMOD-release22.2-qafixes
Ticket 4161: QA Observation Fix
1 parent 5672318 commit 838822b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

request-management-api/request_api/services/foiinvoiceservice.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from request_api.auth import AuthHelper
55
from datetime import datetime as datetime2
66

7-
INVOICE_MEMO = "You have 20 business days to respond to this fee statement or your file will be closed as Abandoned. If the total estimate is over $200 you are only required to pay a 50% deposit, otherwise you are required to pay the full amount. The first 3 hours of 'Location & Retrieving' are free and is represented as $90 in the 'Waived $' column."
8-
OUTSTANDING_INVOICE_MEMO = "You have 20 business days to respond to this fee statement or your file will be closed as Abandoned. The first 3 hours of 'Location & Retrieving' are free and is represented as $90 in the 'Waived $' column."
7+
INVOICE_MEMO = "You have 20 business days to respond to this fee statement or your file will be closed as Abandoned. If the total estimate is over $200 you are only required to pay a 50% deposit, otherwise you are required to pay the full amount. The first 3 hours of 'Locating & Retrieving' are free and is represented as $90 in the 'Waived $' column."
8+
OUTSTANDING_INVOICE_MEMO = "You have 20 business days to respond to this fee statement or your file will be closed as Abandoned. The first 3 hours of 'Locating & Retrieving' are free and is represented as $90 in the 'Waived $' column."
99

1010
class foiinvoiceservice:
1111
def generate_invoice(self, invoice, userid):

0 commit comments

Comments
 (0)