aboutsummaryrefslogtreecommitdiff
path: root/include/assignments-overview.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r--include/assignments-overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php
index e10323b..c496629 100644
--- a/include/assignments-overview.php
+++ b/include/assignments-overview.php
@@ -86,7 +86,7 @@ require_once('./login.php');
<select name="offerId" class="form-control">
<?php
foreach (BusinessAdmin::getOffers($_pdo) as $offer) {
- echo "<option value='{$offer->getId()}'>#{$offer->getId()} to {$offer->getContact()->name} ({$offer->getContact()->getClient()->name})</option>";
+ echo "<option value='{$offer->id}'>#{$offer->id} to {$offer->getContact()->name} ({$offer->getContact()->getClient()->name})</option>";
}
?>
</select>