diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-20 16:58:26 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-20 16:58:26 +0200 |
| commit | 4f959ffc80e64dc9ee8383826a546723d97305d9 (patch) | |
| tree | 3a0704c0e3a9f44746739ccffa0d64acc5ab172d /protected/views/myAngebot/create.php | |
| parent | acec2b5dc35302147f9a9c73d837dce2f3f9958e (diff) | |
| parent | 9aad228e1af661b9b39df83700d27e71697dc66f (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/views/myAngebot/create.php')
| -rw-r--r-- | protected/views/myAngebot/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/myAngebot/create.php b/protected/views/myAngebot/create.php index 1a6bf5a..41afb85 100644 --- a/protected/views/myAngebot/create.php +++ b/protected/views/myAngebot/create.php @@ -11,4 +11,4 @@ $this->menu=array( <h1>Kulinarisches Angebot erstellen</h1> -<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
\ No newline at end of file +<?php echo $this->renderPartial('_form', array('model'=>$model, 'angebote'=>$angebote, 'einheiten'=>$einheiten)); ?>
\ No newline at end of file |
