Skip to content

Commit b81a201

Browse files
committed
Add fix for incomingSync
1 parent e0e91aa commit b81a201

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)