Fix_bug
This commit is contained in:
parent
12f64baedf
commit
a09398032a
@ -1625,9 +1625,8 @@ class PolicyController extends ResourceController
|
|||||||
$header = ['Agent Code', 'Policy Number', 'Payout Amount'];
|
$header = ['Agent Code', 'Policy Number', 'Payout Amount'];
|
||||||
// Example rows — clients replace with real data or delete before upload.
|
// Example rows — clients replace with real data or delete before upload.
|
||||||
$dataRows = [
|
$dataRows = [
|
||||||
["AG001", "YOUR-POLICY-NUMBER-1", "1500.00"],
|
["AG001", "'YOUR-POLICY-NUMBER-1", "1500.00"],
|
||||||
["AG002", "YOUR-POLICY-NUMBER-2", ""],
|
["AG002", "'YOUR-POLICY-NUMBER-2", ""],
|
||||||
["AG003", "'123456789012345678901234567890", ''],
|
|
||||||
];
|
];
|
||||||
$title = 'Sample: Fill Payout Amount, keep Agent Code matching the policy, upload via policy/uploadCommissionExcel';
|
$title = 'Sample: Fill Payout Amount, keep Agent Code matching the policy, upload via policy/uploadCommissionExcel';
|
||||||
$fileName = 'commission_payout_upload_sample.xlsx';
|
$fileName = 'commission_payout_upload_sample.xlsx';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user