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'];
|
||||
// Example rows — clients replace with real data or delete before upload.
|
||||
$dataRows = [
|
||||
["AG001", "YOUR-POLICY-NUMBER-1", "1500.00"],
|
||||
["AG002", "YOUR-POLICY-NUMBER-2", ""],
|
||||
["AG003", "'123456789012345678901234567890", ''],
|
||||
["AG001", "'YOUR-POLICY-NUMBER-1", "1500.00"],
|
||||
["AG002", "'YOUR-POLICY-NUMBER-2", ""],
|
||||
];
|
||||
$title = 'Sample: Fill Payout Amount, keep Agent Code matching the policy, upload via policy/uploadCommissionExcel';
|
||||
$fileName = 'commission_payout_upload_sample.xlsx';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user