net weights implementation WIP
This commit is contained in:
@@ -83,8 +83,7 @@ void OutputDialog::on_buttonBox_accepted() {
|
||||
output_file << std::fixed << std::setprecision(2) << goods.get_quantity();
|
||||
break;
|
||||
case ColumnType::goods_net_weight:
|
||||
output_file << "TODO";
|
||||
// TODO
|
||||
output_file << goods.get_net_weight();
|
||||
break;
|
||||
case ColumnType::goods_total:
|
||||
output_file << std::fixed << std::setprecision(2) << goods.calculate_total_price();
|
||||
|
||||
Reference in New Issue
Block a user