Skip to content

Commit ccb1b50

Browse files
authored
Merge pull request #961 from openmsupply/#958-stocktake-losing-details
Add fix for incomingSync
2 parents e0e91aa + b81a201 commit ccb1b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/incomingSyncUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const sanityCheckIncomingRecord = (recordType, record) => {
196196
},
197197
Stocktake: {
198198
cannotBeBlank: ['status'],
199-
canBeBlank: ['Description', 'stock_take_created_date', 'serial_number', 'program'],
199+
canBeBlank: ['Description', 'stock_take_created_date', 'serial_number', 'programID'],
200200
},
201201
StocktakeBatch: {
202202
cannotBeBlank: [

0 commit comments

Comments
 (0)