billing fix up

This commit is contained in:
omair saleh
2022-09-20 08:44:59 +08:00
parent 6ca4f235df
commit ce4e88fcdc
2 changed files with 6 additions and 5 deletions
@@ -123,9 +123,5 @@ class SegmentConstantsTableSeeder extends Seeder
];
$this->insertData(1, SegmentConstants::OUTSTATION_POSTCODE, $prices);
// insert customer prices
$prices = [15];
$this->insertData(2, SegmentConstants::CUSTOMER_RATE, $prices);
}
}
+6 -1
View File
@@ -15,7 +15,12 @@ class SegmentsTableSeeder extends Seeder
'id' => 1,
'company_module_id' => 1,
'name' => 'Default Segment',
]
],
[
'id' => 2,
'company_module_id' => 1,
'name' => 'No Minimum Charge',
]
]
);
}