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

5 lines
132 B
JavaScript
Raw Normal View History

2022-05-24 10:50:22 +00:00
module.exports = Self => {
require('../methods/shelving/getSummary')(Self);
2024-03-14 07:36:19 +00:00
require('../methods/shelving/addLog')(Self);
2022-05-24 10:50:22 +00:00
};