|  | @@ -151,7 +151,7 @@ $(document).ready(() => {
 | 
												
													
														
															|  |          gclGatherModel.loadLedgerData(ledger, curLedgerData);
 |  |          gclGatherModel.loadLedgerData(ledger, curLedgerData);
 | 
												
													
														
															|  |          gclGatherModel.loadPosData(pos, curPosData);
 |  |          gclGatherModel.loadPosData(pos, curPosData);
 | 
												
													
														
															|  |          gclGatherData = gclGatherModel.gatherGclData().filter(function (item) {
 |  |          gclGatherData = gclGatherModel.gatherGclData().filter(function (item) {
 | 
												
													
														
															|  | -            return item.unit || item.unit_price || item.quantity;
 |  | 
 | 
												
													
														
															|  | 
 |  | +            return item.unit_price || item.quantity;
 | 
												
													
														
															|  |          });
 |  |          });
 | 
												
													
														
															|  |          console.log(gclGatherData);
 |  |          console.log(gclGatherData);
 | 
												
													
														
															|  |          const hadBillsidList = _.uniq(_.map(gclList, 'gcl_id'));
 |  |          const hadBillsidList = _.uniq(_.map(gclList, 'gcl_id'));
 |