salix/modules/shelving/back/models/shelving.js

4 lines
83 B
JavaScript
Raw Normal View History

2022-05-24 10:50:22 +00:00
module.exports = Self => {
require('../methods/shelving/getSummary')(Self);
};