Skip to content

Commit

Permalink
spreadsheet upload required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
KirinZero0 committed Feb 20, 2025
1 parent 372506e commit 3965cde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public function htmlResponse(LengthAwarePaginator $supplier_products, ActionRequ
$spreadsheetRoute = [
'event' => 'action-progress',
'channel' => 'grp.personal.'.$this->group->id,
'required_fields' => ["id:_supplier_part_key", "supplier's_product_code", "units_per_sko", "skos_per_carton", "carton_cbm", "unit_cost", "availability", "supplier's_unit_description"],
'route' => [
'upload' => [
'name' => 'grp.models.supplier.supplier-product.import',
Expand Down

0 comments on commit 3965cde

Please sign in to comment.