hot fix part 2
This commit is contained in:
parent
15645ee7a4
commit
6528f26160
@ -1052,7 +1052,7 @@ abstract class TransactionShow extends Base
|
|||||||
return $translation;
|
return $translation;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 'revenus.paid_by';
|
return 'revenues.paid_by';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getTextReleatedTransansaction($type, $textReleatedTransansaction)
|
protected function getTextReleatedTransansaction($type, $textReleatedTransansaction)
|
||||||
|
@ -456,7 +456,7 @@ abstract class TransactionTemplate extends Base
|
|||||||
return $translation;
|
return $translation;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 'revenus.paid_by';
|
return 'revenues.paid_by';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getTextReleatedTransansaction($type, $textReleatedTransansaction)
|
protected function getTextReleatedTransansaction($type, $textReleatedTransansaction)
|
||||||
|
@ -49,6 +49,6 @@ return [
|
|||||||
|
|
||||||
'revenue_new_customer' => [
|
'revenue_new_customer' => [
|
||||||
'subject' => '{revenue_date} payment created',
|
'subject' => '{revenue_date} payment created',
|
||||||
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
|
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us with any questions..<br /><br />Best Regards,<br />{company_name}',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -115,6 +115,7 @@ return [
|
|||||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||||
|
'revenue_new_customer' => 'Revenue Received Template (sent to customer)',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
text-payment-methods="{{ $textPaymentMethods }}"
|
text-payment-methods="{{ $textPaymentMethods }}"
|
||||||
text-reference="{{ $textReference }}"
|
text-reference="{{ $textReference }}"
|
||||||
text-description="{{ $textDescription }}"
|
text-description="{{ $textDescription }}"
|
||||||
text-paid-by="{{ $textAmount }}"
|
text-paid-by="{{ $textPaidBy }}"
|
||||||
|
|
||||||
hide-contact="{{ $hideContact }}"
|
hide-contact="{{ $hideContact }}"
|
||||||
hide-contact-info="{{ $hideContactInfo }}"
|
hide-contact-info="{{ $hideContactInfo }}"
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
text-payment-methods="{{ $textPaymentMethods }}"
|
text-payment-methods="{{ $textPaymentMethods }}"
|
||||||
text-reference="{{ $textReference }}"
|
text-reference="{{ $textReference }}"
|
||||||
text-description="{{ $textDescription }}"
|
text-description="{{ $textDescription }}"
|
||||||
text-paid-by="{{ $textAmount }}"
|
text-paid-by="{{ $textPaidBy }}"
|
||||||
|
|
||||||
hide-contact="{{ $hideContact }}"
|
hide-contact="{{ $hideContact }}"
|
||||||
hide-contact-info="{{ $hideContactInfo }}"
|
hide-contact-info="{{ $hideContactInfo }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user