Skip to content

Commit 591eac1

Browse files
committed
fixed typo bug
1 parent 38f71e5 commit 591eac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/vqmod/xml/invoice_pdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<add>
186186
<![CDATA[
187187
188-
if(!empty($attachment) && file_exist($invoice))) {
188+
if(!empty($attachment) && file_exist($invoice)) {
189189
$mail->addAttachment($invoice);
190190
}
191191

0 commit comments

Comments
 (0)