gbrann / EVEProductionSuite

Eve Online - Production Suite is a set of Google and ESI tools to quickly and easily manage production, budget and basic corporate management with installing servers or adding any RL costs to your game play.
GNU General Public License v3.0
3 stars 0 forks source link

BUG 1.1 - Corporate Stock for Capital Components not showing Required #33

Closed gbrann closed 6 years ago

gbrann commented 6 years ago

=MAX(0,'Cap Build Requirement Backend'!CY2)

Shows all items 0 when there is need for them.

CRITICAL BUG

wytsa commented 6 years ago

capital parts problem solved =MAX(0,'Cap Build Requirement Backend'!CY2) changed to =MAX(0,'Cap Build Requirement Backend'!$BW2) formula was changed in the redesign of the sheet.

gbrann commented 6 years ago

Closed - Current DEV 1.1.2 to be released for bug fix.