- Timestamp:
- 9 Jul 2025, 05:51:16 (11 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pdf.py
r16557 r18109 42 42 os.path.dirname(__file__), 'static', 'ezewele_signature.png') 43 43 44 signature_orgeh_img_path = os.path.join( 45 os.path.dirname(__file__), 'static', 'orgeh_signature.png') 46 44 47 def _substitute_markers(self, text): 45 48 """ … … 49 52 'signature_benji_img_path': self.signature_benji_img_path, 50 53 'signature_ezewele_img_path': self.signature_ezewele_img_path, 54 'signature_orgeh_img_path': self.signature_orgeh_img_path, 51 55 } 52 56 return text.safe_substitute(PDF_SIGNATURES)
Note: See TracChangeset for help on using the changeset viewer.