ubk.erp.webpack 1.1.8 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -276,8 +276,6 @@ Each object in the returned array represents one returned book:
|
|
|
276
276
|
```ts
|
|
277
277
|
{
|
|
278
278
|
studentId: number;
|
|
279
|
-
branchId: number;
|
|
280
|
-
academicYearId: number;
|
|
281
279
|
fromDate: string; // "YYYY-MM-DD"
|
|
282
280
|
toDate: string; // "YYYY-MM-DD"
|
|
283
281
|
customField1: number; // book_issues_id
|