This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
メールタイトルの修正 A4領収証
develop
sosuke.iwabuchi
2 years ago
parent
67216df94c
commit
baafecef94
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Email/Guests/ReceiptA4.php
+ 1
- 1
app/Email/Guests/ReceiptA4.php
View File
@@ -24,7 +24,7 @@ class ReceiptA4 extends Guest
public function getSubject(): string
{
return '領収証の送付';
return
sprintf(
'領収証の送付
%s
'
, $this->order->receipt_no)
;
}
public function getGuestParams(): array
Write
Preview
Loading…
Cancel
Save