Skip to content

Commit

Permalink
Merge pull request #26 from EaDesgin/feature/2706-Modificare-PickupIDs-2
Browse files Browse the repository at this point in the history
#2706: Modificari Pickup Ids-2
  • Loading branch information
Gabriela Dohotariu authored Feb 21, 2019
2 parents 8698941 + f5300f2 commit 2695543
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
22 changes: 10 additions & 12 deletions Model/Sources/PickupId.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,18 @@ class PickupId extends AbstractSource
public function getAvailable()
{
$pickupLocation = [
['value' => '22420', 'label' => __('Costin Paun')],
['value' => '0', 'label' => __('Sediu')],
['value' => '24509', 'label' => __('George Popescu')],
['value' => '24510', 'label' => __('Mihaita Budaca')],
['value' => '1001085', 'label' => __('AGT')],
['value' => '1002762', 'label' => __('Ionut Burlacu')],
['value' => '201003906', 'label' => __('Robert Chirculescu')],
['value' => '201156779', 'label' => __('Felco')],
['value' => '201157222', 'label' => __('Keiron Al-Ko')],
['value' => '201162606', 'label' => __('Keiron Iasi Husqvarna')],
['value' => '1001085', 'label' => __('Depozit AGT')],
['value' => '201239786', 'label' => __('Depozit Dakard')],
['value' => '201195321', 'label' => __('Depozit EMT')],
['value' => '201156779', 'label' => __('Depozit Felco')],
['value' => '201214339', 'label' => __('Depozit Fiskars')],
['value' => '201173065', 'label' => __('Depozit Honda')],
['value' => '201189622', 'label' => __('Nicoro Romania')],
['value' => '201194417', 'label' => __('Depozit Marolex')],
['value' => '201195321', 'label' => __('Depozit EMT')],
['value' => '201251525', 'label' => __('Depozit Proenerg')],
['value' => '201252060', 'label' => __('Depozit Proenerg Cernica')],
['value' => '201240279', 'label' => __('Depozit Scule')],
['value' => '201198698', 'label' => __('Depozit SOLO')],
['value' => '201162606', 'label' => __('Depozit Husqvarna Iasi')],
];

return $pickupLocation;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/awb",
"description": "AWB module who manages parcel dispatches",
"type": "magento2-module",
"version": "1.1.7",
"version": "1.1.8",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eadesigndev_Awb" setup_version="1.1.7"/>
<module name="Eadesigndev_Awb" setup_version="1.1.8"/>
</config>
1 change: 1 addition & 0 deletions view/adminhtml/ui_component/awb_fields_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
<item name="config" xsi:type="array">
<item name="filter" xsi:type="string">textRange</item>
<item name="label" xsi:type="string" translate="true">ID</item>
<item name="sorting" xsi:type="string">desc</item>
</item>
</argument>
</column>
Expand Down

0 comments on commit 2695543

Please sign in to comment.