[ASTPPCOM-244] Rate Import with Mapper. (Updated Fix Supplied) Created: 10/Oct/17 Updated: 01/Apr/21 Resolved: 01/Apr/21 |
|
| Status: | Done |
| Project: | ASTPP Community |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | ||
| Reporter: | countrdd | Assignee: | Samir Doshi |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
It is saying the records are processed, but nothing is actually inserted into the outbound routes table. |
| Comments |
| Comment by countrdd [ 10/Oct/17 ] |
|
When I print the Result from the bulk insert this is what is coming back. A PHP Error was encountered
Fix: Add Line Number 1304: $csv_data ['init_inc'] = ($this->input->post ( "init_inc-select" )) ? $csv_data [$this->input->post ( "init_inc-select" )] : "0"; at Line number 1287 Add: $row_count = 0; |
| Comment by countrdd [ 10/Oct/17 ] |
|
Also, Found another bug.... If not the logic is setting the value to 0, and then adding then concatenating the default/prefix value to 0. Making a default value of 6 into 60. |
| Comment by countrdd [ 11/Oct/17 ] |
| Comment by (Community) DN (Inactive) [ 03/Jan/18 ] |
|
Thanks [~countrdd] |
| Comment by countrdd [ 05/Jan/18 ] |
|
I have not masters pR's yet. |