Openbravo Issue Tracking System - Retail Modules
View Issue Details
0046221Retail ModulesWeb POSpublic2021-04-06 19:152021-04-06 20:08
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR21Q3 
No
0046221: CRM connector getScanningFilter has a typo and does not work
getScanningFilter function of CRM connector (ExternalBusinessPartnerListViewData.js) has a typo so no filters are returned

isScanIdentifier should be used instead of isscanidentifier
Call to this function and check that filter.isscanidentifier does not exists but isScanIdentifier yes.
fix the typo
No tags attached.
Issue History
2021-04-06 19:15guilleaerNew Issue
2021-04-06 19:15guilleaerAssigned To => guilleaer
2021-04-06 19:15guilleaerTriggers an Emergency Pack => No
2021-04-06 19:17hgbotNote Added: 0127115
2021-04-06 20:08hgbotResolutionopen => fixed
2021-04-06 20:08hgbotStatusnew => closed
2021-04-06 20:08hgbotNote Added: 0127118
2021-04-06 20:08hgbotFixed in Version => RR21Q3
2021-04-06 20:08hgbotNote Added: 0127119

Notes
(0127115)
hgbot   
2021-04-06 19:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/201 [^]
(0127118)
hgbot   
2021-04-06 20:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/201 [^]
(0127119)
hgbot   
2021-04-06 20:08   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: ad1babe7f046b0f18ed21535980205ab877cb05b
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 2021-04-06T19:16:46+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/ad1babe7f046b0f18ed21535980205ab877cb05b [^]

Fixed ISSUE-46221: Fix typo in CRM function getScanningFilter

---
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerListViewData.js
---