Skip to content

Commit

Permalink
Update apps/quotation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nansenat16 committed May 3, 2012
1 parent 47f8434 commit e7b69a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/quotation.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// quotation app hooks
$app->hook('check_quotation_exists', function($quotation_id) {
$app->hook('check_quotation_exists', function($quotation_id) use ($app) {
$quotation = ORM::for_table('quotation')->find_one($quotation_id);

if (!$quotation) {
Expand Down

0 comments on commit e7b69a0

Please sign in to comment.