Browse Source
There was a bug that could be easily reproduced by: 1. Go to *Sales > Products*. 2. Choose list view. 3. Select all. 4. *Export current view > Excel*. It raised this message to the user: ReferenceError: instance is not defined This is all due to a wrong migration from v8 code. `instance` exists no more in v9, instead we need to use some methods and variables from correct modules.pull/518/head
Jairo Llopis
8 years ago
committed by
Pedro M. Baeza
2 changed files with 9 additions and 4 deletions
Loading…
Reference in new issue