Skip to content

Commit 209f0f9

Browse files
committed
Min fix
1 parent 923b66c commit 209f0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/pagecost.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function addRecordmodelCounterTypesForBilling($recordmodels_id, $billingmodels_i
321321
function addCounterTypeForBillings($recordmodels_id, $countertypes_id) {
322322

323323
$billingmodel = new PluginPrintercountersBillingmodel();
324-
$data = $billingmodel->find(['plugin_printercounters_items_recordmodels_id' => $recordmodels_id]);
324+
$data = $billingmodel->find(['plugin_printercounters_recordmodels_id' => $recordmodels_id]);
325325
if (!empty($data)) {
326326
foreach ($data as $values) {
327327
$this->add(['plugin_printercounters_countertypes_id' => $countertypes_id,

0 commit comments

Comments
 (0)