aimeos / ai-controller-jobs

Aimeos e-commerce job controllers
https://aimeos.org
GNU Lesser General Public License v3.0
28 stars 17 forks source link

Timeframe missing from Import #46

Closed mbrather closed 1 year ago

mbrather commented 1 year ago

https://github.com/aimeos/ai-controller-jobs/blob/6e4564cb47fb4be3097be65920c1ee7dca0a0428/src/Controller/Jobs/Stock/Import/Csv/Standard.php#L453-L455

Version 2022.10

The timeframe in the CSV file is ignored. Please add "->setTimeframe( $this->val( $entry, 4 ) )" after setDateBack.

aimeos commented 1 year ago

Thanks for the hint! Can you create a PR with the missing method call?

mbrather commented 1 year ago

I created a PR for you. Hope I did right. Need it backported to 2022.10

aimeos commented 1 year ago

Merged

mbrather commented 1 year ago

Thank you. Can you backport it to version 2022.10 though?

aimeos commented 1 year ago

Done. Use aimeos/ai-controller-jobs:2022.10.x-dev

mbrather commented 1 year ago

Thank you very much.