Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const getSummaryRows = () => {
- return {
- capacity: _rowLength,
- carryOver: _rowLength + 1,
- capacityAllowingForCarry: _rowLength + 2,
- totalOptionsAlloc: _rowLength + 3,
- percentUnderOverOptioned: _rowLength + 4,
- underOverOptioned: _rowLength + 5,
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement