Skip to content

Commit

Permalink
Log new bills
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 3, 2024
1 parent 266f945 commit c7d95b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cron/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
else
{

$log->put('Added ' . strtoupper($bill['number']) . ': ' . $bill['catch_line']
. ' (https://richmondsunlight.com/bill/' . SESSION_YEAR . '/' . $bill['number']
. '/)', 3);

# Get the last bill insert ID.
if (!isset($existing_bill['id']))
{
Expand Down

0 comments on commit c7d95b1

Please sign in to comment.