VK
Asked
Hi,
I would like to adjust the current sales reference format a little bit. The current reference format is Year/Month/Sequence Number (SL/2019/12/0001), and I would like to have a reference number without the Forward Slashes. So a reference format like: YearMonth/SequenceNumber (SL2019120001)
Thanks
- VKAnswered
Is there already a solution for this?
- MSAnswered
Hello,
You can modify the
getReference
method ofapp/models/Site.php
as you like.Thank you
- Login to Reply