mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Reorder columns on BPE
This commit is contained in:
@@ -121,10 +121,10 @@ productsApp.controller "AdminBulkProductsCtrl", [
|
||||
style: {}
|
||||
|
||||
$scope.columns =
|
||||
name: {name: "Name", visible: true}
|
||||
supplier: {name: "Supplier", visible: true}
|
||||
price: {name: "Price", visible: true}
|
||||
name: {name: "Name", visible: true}
|
||||
unit: {name: "Unit", visible: true}
|
||||
price: {name: "Price", visible: true}
|
||||
on_hand: {name: "On Hand", visible: true}
|
||||
available_on: {name: "Available On", visible: true}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user