Closed vdpawel closed 4 years ago
Looks like mapping line missed in _invmap table for this module
In my database, the table "u_yf_finvoicecost_invmap" is empty.
@vdpawel you can fill it manually. Check other _invmap tables for example. In case your system was installed without troubles this tables should be filled.
After adding the appropriate records to the database, displaying units began to work.
INSERT INTO u_yf_finvoicecost_invmap
(module
, field
, tofield
) VALUES ('Products', 'subunit', 'subunit'), ('Products', 'usageunit', 'unit'), ('Services', 'service_usageunit', 'unit')
This table was not completed after installation in versions 5.2 and 5.3 and updates.
Thank you for your help.
@vdpawel offtopic: animal ar right bottom corner. What is it?
@mariuszkrzaczkowski cloud storage?
@vovpff yes
Obecna wersja gitdeveloper, wszystko działa poprawnie
🐞 bug report
⁉️ Describe the bug
W module faktury kosztowe, po dodaniu produktu w edycji, nie jest wyświetlana jednostka (kg/szt./itp.).
🔥 How to trigger the error
Faktury kosztowe -> dodaj rekord -> dodaj produkt = jednostka nie jest wyświetlana na liście produktów
👍 Expected Behavior
Po dodaniu produktu podczas edycji faktury kosztowej, jednostka będzie od razu widoczna na liście.
👷 Testing