3328-item_search-panel #779
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#779
Loading…
Reference in New Issue
No description provided.
Delete Branch "3328-item_search-panel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ejemplo: modules/zone/back/methods/agency-mode/byWarehouse.js
3328-item_search-panelto WIP: 3328-item_search-panelWIP: 3328-item_search-panelto 3328-item_search-panel@ -0,0 +3,4 @@
module.exports = Self => {
Self.remoteMethod('activeBuyers', {
description: 'Returns a list of agencies from a warehouse',
outdated description?
@ -0,0 +22,4 @@
Self.activeBuyers = async(filter, options) => {
const conn = Self.dataSource.connector;
const where = {isActive: true};
let myOptions = {};
this should be a constant
LGTM
LGTM