init:4941,去掉full发票联校验
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -49,7 +49,7 @@ def get_pos_compare_info(pos_info, data_source): | ... | @@ -49,7 +49,7 @@ def get_pos_compare_info(pos_info, data_source): |
49 | (consts.MVI_FIELDS[2], custr_name), | 49 | (consts.MVI_FIELDS[2], custr_name), |
50 | (consts.MVI_FIELDS[3], custr_id), | 50 | (consts.MVI_FIELDS[3], custr_id), |
51 | (consts.MVI_FIELDS[4], first_submission_date), | 51 | (consts.MVI_FIELDS[4], first_submission_date), |
52 | (consts.MVI_FIELDS[5], consts.MVI_FPL_VALUE), | 52 | # (consts.MVI_FIELDS[5], consts.MVI_FPL_VALUE), |
53 | ] | 53 | ] |
54 | compare_info.setdefault(consts.MVI_EN, []).append(field_input) | 54 | compare_info.setdefault(consts.MVI_EN, []).append(field_input) |
55 | 55 | ... | ... |
-
Please register or sign in to post a comment