|
@@ -2158,6 +2158,7 @@ $(document).ready(function() {
|
|
if (bills) {
|
|
if (bills) {
|
|
info.sheet.getCell(info.row, 1).value(bills.name);
|
|
info.sheet.getCell(info.row, 1).value(bills.name);
|
|
info.sheet.getCell(info.row, 2).value(bills.unit);
|
|
info.sheet.getCell(info.row, 2).value(bills.unit);
|
|
|
|
+ info.sheet.getCell(info.row, 3).value(bills.unit_price);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|